Skip to content

Commit

Permalink
chore(release): 0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Aug 4, 2023
1 parent bde11d8 commit a020818
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.1.17](https://github.com/prismicio/prismic-ts-codegen/compare/v0.1.16...v0.1.17) (2023-08-04)


### Bug Fixes

* **cli:** prevent `"Named export 'createClient' not found"` error ([#58](https://github.com/prismicio/prismic-ts-codegen/issues/58)) ([bde11d8](https://github.com/prismicio/prismic-ts-codegen/commit/bde11d869c45fa57afc7600dc3d086471ce801df))
* restore exports for a Slice's `primary` and `item` interfaces ([#59](https://github.com/prismicio/prismic-ts-codegen/issues/59)) ([b31a30a](https://github.com/prismicio/prismic-ts-codegen/commit/b31a30a4c7434fa7a2db85c1e1e6b78b9d85fded))

### [0.1.16](https://github.com/prismicio/prismic-ts-codegen/compare/v0.1.15...v0.1.16) (2023-07-26)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prismic-ts-codegen",
"version": "0.1.16",
"version": "0.1.17",
"description": "An experimental Prismic model-to-TypeScript-type generator",
"keywords": [
"typescript",
Expand Down Expand Up @@ -100,4 +100,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit a020818

Please sign in to comment.