Skip to content

Commit

Permalink
chore: release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 27, 2020
1 parent d35e93d commit bb147bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [0.2.1](https://github.com/danielroe/vue-sanity/compare/v0.2.0...v0.2.1) (2020-03-27)


### Bug Fixes

* remove optional chaining for broader support ([d35e93d](https://github.com/danielroe/vue-sanity/commit/d35e93dafaf5cca8dd8ed2e70dc8d245efe54fb7))

## [0.2.0](https://github.com/danielroe/vue-sanity/compare/v0.1.1...v0.2.0) (2020-03-27)


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.2.0",
"version": "0.2.1",
"description": "Composition API methods to incorporate Sanity into a Vue project.",
"license": "MIT",
"main": "lib/index.js",
Expand Down

0 comments on commit bb147bf

Please sign in to comment.