Skip to content

Commit

Permalink
chore(main): release 0.8.3 (#162)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 1, 2023
1 parent 2d000df commit f529c38
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.2"
".": "0.8.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f529c38

Please sign in to comment.