From e49390fe858b8f42e612bc7f8e2d60bf6e81c740 Mon Sep 17 00:00:00 2001 From: Marcin Obel Date: Fri, 19 Jun 2026 16:44:18 +0200 Subject: [PATCH] chore(release): v0.1.2 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d896e7a..ebf4824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.1.2] - 2026-06-19 + ### Added - REUSE 3.3 / SPDX licensing compliance: `LICENSES/GPL-3.0-only.txt`, `REUSE.toml`, and an @@ -23,10 +25,14 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Releases are cut from a signed tag, and the npm publish workflow runs behind a protected `release` environment (OIDC trusted publishing, no stored token). +- `sc push` is now documented as an unsupported public-API stub in its `--help` text and the + README; behavior is unchanged (it already returned `ERR_NOT_SUPPORTED`). ### Security - GitHub Actions are pinned to full commit SHAs, hardening the release supply chain. +- Bumped the transitive dev-only dependency `undici` to clear a high-severity advisory; the + published package was not affected. ## [0.1.1] - 2026-06-14 @@ -74,6 +80,7 @@ First public release. - Windows/Linux keychain stubs fail with an actionable message instead of silently no-opping. - Vulnerability reporting via GitHub private reporting (`SECURITY.md`). -[unreleased]: https://github.com/qodeca/8cli/compare/v0.1.1...HEAD +[unreleased]: https://github.com/qodeca/8cli/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/qodeca/8cli/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/qodeca/8cli/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/qodeca/8cli/releases/tag/v0.1.0 diff --git a/package-lock.json b/package-lock.json index e650bf4..4bfed0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@qodeca/8cli", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@qodeca/8cli", - "version": "0.1.1", + "version": "0.1.2", "license": "GPL-3.0-only", "dependencies": { "chalk": "^5.4", diff --git a/package.json b/package.json index 5c38938..163de96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qodeca/8cli", - "version": "0.1.1", + "version": "0.1.2", "description": "n8n remote management CLI – AI-first, JSON-native", "type": "module", "license": "GPL-3.0-only",