From a5045f31ed38dff0c70c324396942921355874bb Mon Sep 17 00:00:00 2001 From: lihbr Date: Thu, 15 Dec 2022 17:40:27 +0100 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df91ddb..367b6d5 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. +### [1.0.1](https://github.com/prismicio/prismic-custom-types-client/compare/v1.1.0-alpha.0...v1.0.1) (2022-12-15) + + +### Bug Fixes + +* don't append trailing slash twice to endpoint ([8154b96](https://github.com/prismicio/prismic-custom-types-client/commit/8154b962c5c9224a17dc3c746148745e284e493f)) + + +### Chore + +* undo class extension ([e70ef49](https://github.com/prismicio/prismic-custom-types-client/commit/e70ef494371a7d16e20bd91881a54ab93c6a00f2)) + ## [1.1.0-alpha.0](https://github.com/prismicio/prismic-custom-types-client/compare/v1.0.0...v1.1.0-alpha.0) (2022-12-13) diff --git a/package-lock.json b/package-lock.json index 6512d16..40526f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/custom-types-client", - "version": "1.1.0-alpha.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/custom-types-client", - "version": "1.1.0-alpha.0", + "version": "1.0.1", "license": "Apache-2.0", "dependencies": { "@prismicio/types": "^0.2.4" diff --git a/package.json b/package.json index 9b9813c..a795525 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/custom-types-client", - "version": "1.1.0-alpha.0", + "version": "1.0.1", "description": "JavaScript client to interact with the Prismic Custom Types API", "keywords": [ "typescript",