diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 34dc535..a3bdfd2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.2" + ".": "0.8.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 204a55b..9a88f9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.3](https://github.com/nearform/initium-cli/compare/v0.8.2...v0.8.3) (2023-12-01) + + +### Bug Fixes + +* test npm publish action ([2d000df](https://github.com/nearform/initium-cli/commit/2d000df740afa45027629066228a74a0ba4ea655)) + ## [0.8.2](https://github.com/nearform/initium-cli/compare/v0.8.1...v0.8.2) (2023-11-30) diff --git a/npm/package-lock.json b/npm/package-lock.json index 8e2581c..02ae7e2 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "initium", - "version": "0.8.2", + "version": "0.8.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "initium", - "version": "0.8.2", + "version": "0.8.3", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/npm/package.json b/npm/package.json index 24f3a7f..27597cb 100644 --- a/npm/package.json +++ b/npm/package.json @@ -2,7 +2,7 @@ "name": "initium", "binaryName": "initium", "repositoryName": "initium-cli", - "version": "0.8.2", + "version": "0.8.3", "description": "A single static binary that can run on any CI to build your code and deploy it in a single step.", "scripts": { "postinstall": "node scripts/npm-install.js",