From a3594f6eee5cc61fe193def77bd66c5e59b73c4f Mon Sep 17 00:00:00 2001 From: lihbr Date: Tue, 28 Mar 2023 10:57:45 +0200 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad19f2..fd35509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1.0](https://github.com/prismicio/prismic-custom-types-client/compare/v1.1.0-alpha.1...v1.1.0) (2023-03-28) + + +### Documentation + +* typo ([e413fae](https://github.com/prismicio/prismic-custom-types-client/commit/e413fae2ca98dc64e30e8cabde3896191360d7f8)) + ## [1.1.0-alpha.1](https://github.com/prismicio/prismic-custom-types-client/compare/v1.0.2...v1.1.0-alpha.1) (2023-03-27) diff --git a/package-lock.json b/package-lock.json index c1dd1e0..611113c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/custom-types-client", - "version": "1.1.0-alpha.1", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/custom-types-client", - "version": "1.1.0-alpha.1", + "version": "1.1.0", "license": "Apache-2.0", "dependencies": { "@prismicio/types": "^0.2.4" diff --git a/package.json b/package.json index 9b61f17..bf2c3e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/custom-types-client", - "version": "1.1.0-alpha.1", + "version": "1.1.0", "description": "JavaScript client to interact with the Prismic Custom Types API", "keywords": [ "typescript",