From 2a0bbcd715582362724aea16955439054a322399 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 09:07:09 +0000 Subject: [PATCH] chore(main): release 0.7.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ npm/package-lock.json | 4 ++-- npm/package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4208b5c..1b77f50 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.7.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 83c67c4..1f9e9e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.7.0](https://github.com/nearform/initium-cli/compare/v0.6.0...v0.7.0) (2023-10-19) + + +### Features + +* private registry with multiple secrets ([#130](https://github.com/nearform/initium-cli/issues/130)) ([a4a20f1](https://github.com/nearform/initium-cli/commit/a4a20f142dc57fb84d37549a621f4fd26656cd56)) +* 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)) + ## [0.6.0](https://github.com/nearform/initium-cli/compare/v0.5.0...v0.6.0) (2023-10-03) diff --git a/npm/package-lock.json b/npm/package-lock.json index 404f13e..dc23f03 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "initium", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "initium", - "version": "0.6.0", + "version": "0.7.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/npm/package.json b/npm/package.json index 020d17b..d01dfdb 100644 --- a/npm/package.json +++ b/npm/package.json @@ -2,7 +2,7 @@ "name": "initium", "binaryName": "initium", "repositoryName": "initium-cli", - "version": "0.6.0", + "version": "0.7.0", "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",