From c0e94d2186bac405ad7e21dedab9b0425d16b8ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 02:14:25 +0000 Subject: [PATCH 1/2] chore(main): release 1.6.0 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c4bb21..38ee189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.6.0](https://github.com/prismicio/cli/compare/v1.5.0...v1.6.0) (2026-04-15) + + +### Features + +* add a consistent table formatter for tabular output ([#125](https://github.com/prismicio/cli/issues/125)) ([9a79c50](https://github.com/prismicio/cli/commit/9a79c50abb78ee311e2b9aa79a613d4885aff85d)) +* add remote modeling commands for custom types, page types, and slices ([#83](https://github.com/prismicio/cli/issues/83)) ([78c13b0](https://github.com/prismicio/cli/commit/78c13b066814d95429cbb0f17fcd71f5ae793d98)) +* move CLI config to cross-platform config directory ([#130](https://github.com/prismicio/cli/issues/130)) ([39fc1d7](https://github.com/prismicio/cli/commit/39fc1d750d0d7261df84d2b1a7c5046b614b45a3)) + + +### Bug Fixes + +* handle 404 errors with contextual messages ([#121](https://github.com/prismicio/cli/issues/121)) ([7f75f97](https://github.com/prismicio/cli/commit/7f75f978ca6509eac7572b78dac30754a4f30609)) +* poll CT API for consistency in sync tests ([#120](https://github.com/prismicio/cli/issues/120)) ([876512e](https://github.com/prismicio/cli/commit/876512e8f5f9a7456050613cbc90c8bb10d4cec1)) + ## [1.5.0](https://github.com/prismicio/cli/compare/v1.4.0...v1.5.0) (2026-04-08) diff --git a/package-lock.json b/package-lock.json index 541f597..e7ac7cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "prismic", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "prismic", - "version": "1.5.0", + "version": "1.6.0", "license": "Apache-2.0", "bin": { "prismic": "dist/index.mjs" diff --git a/package.json b/package.json index 2e59c7c..958d614 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismic", - "version": "1.5.0", + "version": "1.6.0", "description": "Prismic's official command line tool", "keywords": [ "prismic", From b7c397b5d3ccff99bf75b66e6e744abadbda9130 Mon Sep 17 00:00:00 2001 From: Angelo Ashmore Date: Wed, 15 Apr 2026 02:20:44 +0000 Subject: [PATCH 2/2] chore: remove test-only fix from changelog Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38ee189..33cc634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,6 @@ ### Bug Fixes * handle 404 errors with contextual messages ([#121](https://github.com/prismicio/cli/issues/121)) ([7f75f97](https://github.com/prismicio/cli/commit/7f75f978ca6509eac7572b78dac30754a4f30609)) -* poll CT API for consistency in sync tests ([#120](https://github.com/prismicio/cli/issues/120)) ([876512e](https://github.com/prismicio/cli/commit/876512e8f5f9a7456050613cbc90c8bb10d4cec1)) ## [1.5.0](https://github.com/prismicio/cli/compare/v1.4.0...v1.5.0) (2026-04-08)