Skip to content

Commit d920d8a

Browse files
chore(main): release 0.7.0 (#131)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3edf2ea commit d920d8a

4 files changed

+20
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.0"
2+
".": "0.7.0"
33
}

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/nearform/initium-cli/compare/v0.6.0...v0.7.0) (2023-10-31)
4+
5+
6+
### Features
7+
8+
* initium project type flag ([#101](https://github.com/nearform/initium-cli/issues/101)) ([321141e](https://github.com/nearform/initium-cli/commit/321141ea3fd5f6133708e5e4568ef141b73a197f))
9+
* pass secrets to app ([#142](https://github.com/nearform/initium-cli/issues/142)) ([3edf2ea](https://github.com/nearform/initium-cli/commit/3edf2ea350d3e5997c95313d6b56ab412460b711))
10+
* private registry with multiple secrets ([#130](https://github.com/nearform/initium-cli/issues/130)) ([a4a20f1](https://github.com/nearform/initium-cli/commit/a4a20f142dc57fb84d37549a621f4fd26656cd56))
11+
* provide an option to deploy private services ([#132](https://github.com/nearform/initium-cli/issues/132)) ([9528449](https://github.com/nearform/initium-cli/commit/9528449c88eff8473bc75ad6df2def176b7defb2))
12+
13+
14+
### Bug Fixes
15+
16+
* add initium-cli workflow permissions to write packages ([#141](https://github.com/nearform/initium-cli/issues/141)) ([ba6ec24](https://github.com/nearform/initium-cli/commit/ba6ec246be76ef4da735cc006242d4d01611600e))
17+
* npm readme ([#136](https://github.com/nearform/initium-cli/issues/136)) ([7cfac95](https://github.com/nearform/initium-cli/commit/7cfac95bb8f93d28cdf10fefc1b165aebc0949e2))
18+
319
## [0.6.0](https://github.com/nearform/initium-cli/compare/v0.5.0...v0.6.0) (2023-10-03)
420

521

npm/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

npm/package.json

+1-1
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.6.0",
5+
"version": "0.7.0",
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)