Skip to content

Commit

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


### ⚠ BREAKING CHANGES

* The options for useSanityFetcher have reversed - please see type definitions for details

### Features

* add support for real time events ([a13c51a](https://github.com/danielroe/vue-sanity/commit/a13c51a247ba8634be835b505a69b1155d605527))
* improve typing and interface to fetcher ([96f7385](https://github.com/danielroe/vue-sanity/commit/96f73853dc35f947094f93cc1a19984f713b5fb7))

### [0.1.1](https://github.com/danielroe/vue-sanity/compare/v0.1.0...v0.1.1) (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.1.1",
"version": "0.2.0",
"description": "Composition API methods to incorporate Sanity into a Vue project.",
"license": "MIT",
"main": "lib/index.js",
Expand Down

0 comments on commit 6f64ce2

Please sign in to comment.