From a020818eb295db727d7ebe50804e903e7feaa3e4 Mon Sep 17 00:00:00 2001 From: Angelo Ashmore Date: Thu, 3 Aug 2023 14:21:47 -1000 Subject: [PATCH] chore(release): 0.1.17 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23f2ea1..41d47b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index fac988d..91fc0e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "prismic-ts-codegen", - "version": "0.1.16", + "version": "0.1.17", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "prismic-ts-codegen", - "version": "0.1.16", + "version": "0.1.17", "license": "Apache-2.0", "dependencies": { "@prismicio/custom-types-client": "^1.1.0", diff --git a/package.json b/package.json index f01ebb4..f4cd9c1 100644 --- a/package.json +++ b/package.json @@ -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", @@ -100,4 +100,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +}