Skip to content

Commit eb2a83c

Browse files
chore(main): release 1.5.0 (#89)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 787a9c1 commit eb2a83c

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.5.0](https://github.com/prismicio/cli/compare/v1.4.0...v1.5.0) (2026-04-08)
4+
5+
6+
### Features
7+
8+
* add `docs` command for browsing Prismic documentation ([#85](https://github.com/prismicio/cli/issues/85)) ([787a9c1](https://github.com/prismicio/cli/commit/787a9c186a2e13ed34f39d37cdfd04a1a498d718))
9+
* notify when a newer CLI version is available ([#87](https://github.com/prismicio/cli/issues/87)) ([4025179](https://github.com/prismicio/cli/commit/4025179a7d6bc22a5cb2374eb2d864d15a003695))
10+
11+
12+
### Bug Fixes
13+
14+
* use correct Amplitude vardata path ([#88](https://github.com/prismicio/cli/issues/88)) ([e7aa64c](https://github.com/prismicio/cli/commit/e7aa64c0ac49f2e25b33fa3c1e4fb272c5a5a744))
15+
* use slice `id` instead of `name` for generated TypeScript types ([#90](https://github.com/prismicio/cli/issues/90)) ([d6f53e4](https://github.com/prismicio/cli/commit/d6f53e473a6527d6588ec64af3e37dc81e7c7605))
16+
317
## [1.4.0](https://github.com/prismicio/cli/compare/v1.3.0...v1.4.0) (2026-04-02)
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.4.0",
3+
"version": "1.5.0",
44
"description": "Prismic's official command line tool",
55
"keywords": [
66
"prismic",

0 commit comments

Comments
 (0)