Skip to content

Commit 89fb7c2

Browse files
chore(main): release 1.6.1 (#135)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 604e895 commit 89fb7c2

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [1.6.1](https://github.com/prismicio/cli/compare/v1.6.0...v1.6.1) (2026-04-15)
4+
5+
6+
### Bug Fixes
7+
8+
* only send unknown or intentionally tracked errors to Segment ([#136](https://github.com/prismicio/cli/issues/136)) ([604e895](https://github.com/prismicio/cli/commit/604e895218dee2d68b57dcd55162c5a5465941da))
9+
10+
11+
### Performance Improvements
12+
13+
* move token refresh to a detached subprocess ([#134](https://github.com/prismicio/cli/issues/134)) ([e189ed5](https://github.com/prismicio/cli/commit/e189ed5f39a3d973617e591af79f1667e47fa28b))
14+
315
## [1.6.0](https://github.com/prismicio/cli/compare/v1.5.0...v1.6.0) (2026-04-15)
416

517

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.6.0",
3+
"version": "1.6.1",
44
"description": "Prismic's official command line tool",
55
"keywords": [
66
"prismic",

0 commit comments

Comments
 (0)