Skip to content

Commit

Permalink
chore(main): release 0.8.2 (#161)
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 Nov 30, 2023
1 parent caff703 commit 0424e5d
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.1"
".": "0.8.2"
}
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.2](https://github.com/nearform/initium-cli/compare/v0.8.1...v0.8.2) (2023-11-30)


### Bug Fixes

* release please action needs access to packages ([#160](https://github.com/nearform/initium-cli/issues/160)) ([caff703](https://github.com/nearform/initium-cli/commit/caff703a62558f4da24439d6992eb1f7b5a3dcee))

## [0.8.1](https://github.com/nearform/initium-cli/compare/v0.8.0...v0.8.1) (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.1",
"version": "0.8.2",
"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 0424e5d

Please sign in to comment.