From 91fcaf01a648cd4cea49ed89b2953bdc9152cb9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:53:13 +0000 Subject: [PATCH] chore(release): bump version to 2.0.0 Release: v2.0.0 Release-Initiated-By: virgofx <739719+virgofx@users.noreply.github.com> Build-Logs: https://github.com/techpivot/terraform-module-releaser/actions/runs/11488732677 Co-Authored-By: github-actions[bot] --- dist/index.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/index.js b/dist/index.js index 21579d2..8580435 100644 --- a/dist/index.js +++ b/dist/index.js @@ -30995,7 +30995,7 @@ legacyRestEndpointMethods.VERSION = dist_src_version_VERSION; //# sourceMappingURL=index.js.map ;// CONCATENATED MODULE: ./package.json -const package_namespaceObject = /*#__PURE__*/JSON.parse('{"rE":"1.1.1","TB":"https://github.com/techpivot/terraform-module-releaser"}'); +const package_namespaceObject = /*#__PURE__*/JSON.parse('{"rE":"2.0.0","TB":"https://github.com/techpivot/terraform-module-releaser"}'); ;// CONCATENATED MODULE: ./src/context.ts diff --git a/package-lock.json b/package-lock.json index 7308cc5..7ba4c69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "terraform-module-releaser", - "version": "1.1.1", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "terraform-module-releaser", - "version": "1.1.1", + "version": "2.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 1a94935..9d67a5d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "terraform-module-releaser", "description": "GitHub Actions TypeScript template", - "version": "1.1.1", + "version": "2.0.0", "author": "virgofx", "type": "module", "main": "lib/index.js",