diff --git a/CHANGELOG.md b/CHANGELOG.md index fd35509..832865f 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.2.0-alpha.0](https://github.com/prismicio/prismic-custom-types-client/compare/v1.1.0...v1.2.0-alpha.0) (2023-05-04) + + +### Features + +* Add the possibility to set a User-Agent header ([f93bffc](https://github.com/prismicio/prismic-custom-types-client/commit/f93bffca37fdf154a0d5629297ae2bd0d30957a8)) + ## [1.1.0](https://github.com/prismicio/prismic-custom-types-client/compare/v1.1.0-alpha.1...v1.1.0) (2023-03-28) diff --git a/package-lock.json b/package-lock.json index 611113c..9d12f8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/custom-types-client", - "version": "1.1.0", + "version": "1.2.0-alpha.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/custom-types-client", - "version": "1.1.0", + "version": "1.2.0-alpha.0", "license": "Apache-2.0", "dependencies": { "@prismicio/types": "^0.2.4" diff --git a/package.json b/package.json index bf2c3e3..c85d354 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/custom-types-client", - "version": "1.1.0", + "version": "1.2.0-alpha.0", "description": "JavaScript client to interact with the Prismic Custom Types API", "keywords": [ "typescript",