Skip to content

Commit fa59795

Browse files
chore(main): release 0.8.4 (#163)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 49b8fbc commit fa59795

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.8.3"
2+
".": "0.8.4"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.8.4](https://github.com/nearform/initium-cli/compare/v0.8.3...v0.8.4) (2023-12-01)
4+
5+
6+
### Bug Fixes
7+
8+
* 0.8.4 ([49b8fbc](https://github.com/nearform/initium-cli/commit/49b8fbc0a00df5955f2dd4da13990afd33cd989d))
9+
310
## [0.8.3](https://github.com/nearform/initium-cli/compare/v0.8.2...v0.8.3) (2023-12-01)
411

512

npm/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "initium",
33
"binaryName": "initium",
44
"repositoryName": "initium-cli",
5-
"version": "0.8.3",
5+
"version": "0.8.4",
66
"description": "A single static binary that can run on any CI to build your code and deploy it in a single step.",
77
"scripts": {
88
"postinstall": "node scripts/npm-install.js",

0 commit comments

Comments
 (0)