Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 1, 2020
1 parent 8f0ea54 commit 7c5d18b
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.3.0](https://github.com/danielroe/vue-sanity/compare/v0.2.2...v0.3.0) (2020-04-01)


### Features

* add sanity-typed-queries helper function ([174f1f7](https://github.com/danielroe/vue-sanity/commit/174f1f71d58e7c35c58299702d569b703ac134ee))


### Bug Fixes

* compile to commonjs ([c017616](https://github.com/danielroe/vue-sanity/commit/c01761684e42ae34eb03cc05351ad099b82274b7))


### Performance Improvements

* minify queries before sending to cache ([ec31114](https://github.com/danielroe/vue-sanity/commit/ec3111428400d42d5e4de7961d55abd1e7be59da))

### [0.2.2](https://github.com/danielroe/vue-sanity/compare/v0.2.1...v0.2.2) (2020-03-30)

### [0.2.1](https://github.com/danielroe/vue-sanity/compare/v0.2.0...v0.2.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.2.2",
"version": "0.3.0",
"description": "Sanity integration for VueJS",
"license": "MIT",
"repository": "danielroe/vue-sanity",
Expand Down

0 comments on commit 7c5d18b

Please sign in to comment.