Skip to content

Commit 73f5238

Browse files
chore(main): release 1.6.0
1 parent 39fc1d7 commit 73f5238

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.6.0](https://github.com/prismicio/cli/compare/v1.5.0...v1.6.0) (2026-04-15)
4+
5+
6+
### Features
7+
8+
* add a consistent table formatter for tabular output ([#125](https://github.com/prismicio/cli/issues/125)) ([9a79c50](https://github.com/prismicio/cli/commit/9a79c50abb78ee311e2b9aa79a613d4885aff85d))
9+
* move CLI config to cross-platform config directory ([#130](https://github.com/prismicio/cli/issues/130)) ([39fc1d7](https://github.com/prismicio/cli/commit/39fc1d750d0d7261df84d2b1a7c5046b614b45a3))
10+
11+
12+
### Bug Fixes
13+
14+
* handle 404 errors with contextual messages ([#121](https://github.com/prismicio/cli/issues/121)) ([7f75f97](https://github.com/prismicio/cli/commit/7f75f978ca6509eac7572b78dac30754a4f30609))
15+
* poll CT API for consistency in sync tests ([#120](https://github.com/prismicio/cli/issues/120)) ([876512e](https://github.com/prismicio/cli/commit/876512e8f5f9a7456050613cbc90c8bb10d4cec1))
16+
317
## [1.5.0](https://github.com/prismicio/cli/compare/v1.4.0...v1.5.0) (2026-04-08)
418

519

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prismic",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Prismic's official command line tool",
55
"keywords": [
66
"prismic",

0 commit comments

Comments
 (0)