Skip to content

Commit

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


### Bug Fixes

* better support for ssr ([b39b7ce](https://github.com/danielroe/vue-sanity/commit/b39b7cebb4ca478cfd68be2b4781fd3956107e76))

## 0.1.0 (2020-03-26)

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

0 comments on commit 4e69bb4

Please sign in to comment.