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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.12.0](https://github.com/prismicio/cli/compare/v1.11.0...v1.12.0) (2026-06-23)


### Features

* uninstall Slice Machine packages during init migration ([#196](https://github.com/prismicio/cli/issues/196)) ([294d15f](https://github.com/prismicio/cli/commit/294d15f7548849499cbe0fe809e1e34ff52c4914))


### Bug Fixes

* create new slices in the first configured library ([#199](https://github.com/prismicio/cli/issues/199)) ([b5dda43](https://github.com/prismicio/cli/commit/b5dda430d229fece066797bbd07be20923427be6))
* resolve escaped </script> in generated framework files ([#195](https://github.com/prismicio/cli/issues/195)) ([4192a7d](https://github.com/prismicio/cli/commit/4192a7dc00ff2b1ff91883933bca2de487fcb47c))

## [1.11.0](https://github.com/prismicio/cli/compare/v1.10.0...v1.11.0) (2026-06-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.11.0",
"version": "1.12.0",
"description": "Prismic's official command line tool",
"keywords": [
"prismic",
Expand Down