Skip to content

Commit

Permalink
chore(release): 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Mar 27, 2024
1 parent 9d7d481 commit 2277f87
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.2.0](https://github.com/prismicio/prismic-vue/compare/v4.1.0...v4.2.0) (2024-03-27)


### Features

* support @prismicio/client `mapSliceZone` ([528581d](https://github.com/prismicio/prismic-vue/commit/528581dd0fda06a84ff048b64689f5c187532724))


### Chore

* **deps:** maintain dependencies ([581ea59](https://github.com/prismicio/prismic-vue/commit/581ea59c927f24ff6480e8117d8bf94c30004121))
* typescript compat ([9d7d481](https://github.com/prismicio/prismic-vue/commit/9d7d4816a15cb4452a9f6d79a1e88c17c085acb0))

## [4.1.0](https://github.com/prismicio/prismic-vue/compare/v4.0.3...v4.1.0) (2023-09-26)


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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prismicio/vue",
"version": "4.1.0",
"version": "4.2.0",
"description": "Vue plugin, components, and composables to fetch and present Prismic content",
"keywords": [
"typescript",
Expand Down Expand Up @@ -103,4 +103,4 @@
"tags": "vetur/tags.json",
"attributes": "vetur/attributes.json"
}
}
}

0 comments on commit 2277f87

Please sign in to comment.