From a15f4b98c097316ee6cf953f7033c51e0e1de5dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 20:03:02 +0000 Subject: [PATCH] chore(main): release 1.7.0 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af3dbc1..8ab75d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.7.0](https://github.com/prismicio/cli/compare/v1.6.1...v1.7.0) (2026-04-20) + + +### Features + +* add examples to --help output for complex commands ([#154](https://github.com/prismicio/cli/issues/154)) ([a4e39db](https://github.com/prismicio/cli/commit/a4e39db3ba7e4645cd0d51fb0f381c48721230a8)) +* document group field dot notation in field add help ([#152](https://github.com/prismicio/cli/issues/152)) ([c353e2f](https://github.com/prismicio/cli/commit/c353e2fc0fd003e8fcf631d78a93167bd3e59a2f)) +* print suggested next steps after mutating commands ([#157](https://github.com/prismicio/cli/issues/157)) ([3f53653](https://github.com/prismicio/cli/commit/3f536538a527d0e429ebe9f2bc97b0feab365382)) +* surface content-relationship --field flag in help text ([#153](https://github.com/prismicio/cli/issues/153)) ([84390d1](https://github.com/prismicio/cli/commit/84390d162702e8afc06ad71a90bf347cf8bd8f76)) +* surface prismic docs command in top-level help ([#155](https://github.com/prismicio/cli/issues/155)) ([bdbe6a3](https://github.com/prismicio/cli/commit/bdbe6a346de6365a87d732c1361930278eb6b57d)) + + +### Bug Fixes + +* preserve order for docs anchors instead of sorting alphabetically ([#151](https://github.com/prismicio/cli/issues/151)) ([494e82d](https://github.com/prismicio/cli/commit/494e82d44def18944d31307be3c77216b70018c4)), closes [#144](https://github.com/prismicio/cli/issues/144) +* **win32:** don't open extra terminal ([#159](https://github.com/prismicio/cli/issues/159)) ([d418cc9](https://github.com/prismicio/cli/commit/d418cc996e7d4a8264dd6ba67bed4e2ce2534393)) + ## [1.6.1](https://github.com/prismicio/cli/compare/v1.6.0...v1.6.1) (2026-04-15) diff --git a/package-lock.json b/package-lock.json index c1544b6..b7b944a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "prismic", - "version": "1.6.1", + "version": "1.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "prismic", - "version": "1.6.1", + "version": "1.7.0", "license": "Apache-2.0", "bin": { "prismic": "dist/index.mjs" diff --git a/package.json b/package.json index 8d9da58..a03e983 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismic", - "version": "1.6.1", + "version": "1.7.0", "description": "Prismic's official command line tool", "keywords": [ "prismic",