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",