diff --git a/CHANGELOG.md b/CHANGELOG.md index a87b5c7..0c159d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.2](https://github.com/prismicio/prismic-custom-types-client/compare/v0.0.1...v0.0.2) (2021-07-13) + + +### Bug Fixes + +* correct return type for getAll ([f6a96a4](https://github.com/prismicio/prismic-custom-types-client/commit/f6a96a4b4faa19af583f1a318abd05faaed28293)) + + +### Chore + +* remove private property from package.json ([ee5e207](https://github.com/prismicio/prismic-custom-types-client/commit/ee5e207074a605221af49255f90c4e35535355b3)) + ### 0.0.1 (2021-07-08) diff --git a/package-lock.json b/package-lock.json index 3352765..778d2fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@prismicio/custom-types-client", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index d29f29a..5fdb6eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/custom-types-client", - "version": "0.0.1", + "version": "0.0.2", "description": "JavaScript client to interact with the Prismic Custom Types API", "keywords": [ "typescript",