Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.16.1](https://github.com/prismicio/cli/compare/v1.16.0...v1.16.1) (2026-09-09)


### Bug Fixes

* **help:** describe the content model in the root help ([#286](https://github.com/prismicio/cli/issues/286)) ([4198198](https://github.com/prismicio/cli/commit/4198198d9985459c68a6c11cde2b2046bfc7c4fb))
* **init:** describe --repo as an existing repository domain ([#290](https://github.com/prismicio/cli/issues/290)) ([5bfcabb](https://github.com/prismicio/cli/commit/5bfcabbeeb0cf9d430d9e037fad255f74325c8d6))
* **preview:** say that previews need a preview URL and a simulator URL ([#285](https://github.com/prismicio/cli/issues/285)) ([399d0e4](https://github.com/prismicio/cli/commit/399d0e4064389a0788b11ab25a7a5e3f5944c1a6))
* **status:** show the commit as the first step of a push ([#288](https://github.com/prismicio/cli/issues/288)) ([1fb48dd](https://github.com/prismicio/cli/commit/1fb48ddc820c7f4c45b6ae0e10c5532990d00cda)), closes [#277](https://github.com/prismicio/cli/issues/277) [#276](https://github.com/prismicio/cli/issues/276)
* **type:** say where page routes live and how to change them ([#283](https://github.com/prismicio/cli/issues/283)) ([89619f4](https://github.com/prismicio/cli/commit/89619f4407300db731760b6b96b0e47bb63422b2))

## [1.16.0](https://github.com/prismicio/cli/compare/v1.15.0...v1.16.0) (2026-08-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prismic",
"version": "1.16.0",
"version": "1.16.1",
"description": "Prismic's official command line tool",
"keywords": [
"prismic",
Expand Down