Skip to content

Commit

Permalink
chore: release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 28, 2022
1 parent 9f1d00f commit f323c2c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
### [0.7.5](https://github.com/danielroe/sanity-typed-queries/compare/0.7.4...0.7.5) (2021-02-09)
undefined

## [0.8.0](https://github.com/danielroe/sanity-typed-queries/compare/0.7.5...0.8.0) (2022-02-28)


### Features

* strict string typings ([#227](https://github.com/danielroe/sanity-typed-queries/issues/227)) ([ced678d](https://github.com/danielroe/sanity-typed-queries/commit/ced678d79b9a7c4805481cf3d6faf59bfe5a1ee3))
* subquery support ([#169](https://github.com/danielroe/sanity-typed-queries/issues/169)) ([d2a7069](https://github.com/danielroe/sanity-typed-queries/commit/d2a70690f0bfd2f9ddbcd203e3c32dd0dc8975c2))


### Bug Fixes

* Key missing array ([#170](https://github.com/danielroe/sanity-typed-queries/issues/170)) ([a5a3494](https://github.com/danielroe/sanity-typed-queries/commit/a5a3494f1746368fdec6c5d95c690575b6a41c69))### [0.7.5](https://github.com/danielroe/sanity-typed-queries/compare/0.7.4...0.7.5) (2021-02-09)

### [0.7.4](https://github.com/danielroe/sanity-typed-queries/compare/0.7.3...0.7.4) (2021-02-09)

Expand Down Expand Up @@ -180,5 +193,4 @@

### Code Refactoring

* adjust return type of use() for flexibility ([d78c742](https://github.com/danielroe/sanity-typed-queries/commit/d78c742ae325a006a6ce100a1da2b1271b0d4912))

* adjust return type of use() for flexibility ([d78c742](https://github.com/danielroe/sanity-typed-queries/commit/d78c742ae325a006a6ce100a1da2b1271b0d4912))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-typed-queries",
"version": "0.7.5",
"version": "0.8.0",
"description": "A collection of helper functions to improve the typing of Sanity resources.",
"keywords": [
"sanity",
Expand Down

0 comments on commit f323c2c

Please sign in to comment.