Skip to content

Commit

Permalink
chore: release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 16, 2021
1 parent edb3e04 commit 1edbc81
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [0.11.0](https://github.com/danielroe/vue-sanity/compare/v0.10.6...v0.11.0) (2021-08-16)


### ⚠ BREAKING CHANGES

* package now depends on @sanity/client and @sanity/image-url directly
* library now uses cjs/mjs suffix

### Features

* vue3 support ([#163](https://github.com/danielroe/vue-sanity/issues/163)) ([bdfff8a](https://github.com/danielroe/vue-sanity/commit/bdfff8a26a84af5a83091903fa3eb30363045607))


### Bug Fixes

* better support for esm ([a8967f3](https://github.com/danielroe/vue-sanity/commit/a8967f38a475126913db54e1ab04d87dc649973d))

### [0.10.6](https://github.com/danielroe/vue-sanity/compare/v0.10.5...v0.10.6) (2021-03-07)

### [0.10.5](https://github.com/danielroe/vue-sanity/compare/v0.10.4...v0.10.5) (2021-03-07)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-sanity",
"version": "0.10.6",
"version": "0.11.0",
"description": "Sanity integration for VueJS",
"keywords": [
"vue",
Expand Down

0 comments on commit 1edbc81

Please sign in to comment.