Skip to content

Commit

Permalink
chore(release): 1.1.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Mar 27, 2023
1 parent 4c8505a commit 71a07e2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-alpha.1](https://github.com/prismicio/prismic-custom-types-client/compare/v1.0.2...v1.1.0-alpha.1) (2023-03-27)


### Features

* support `401 Unauthorized` errors ([937aabd](https://github.com/prismicio/prismic-custom-types-client/commit/937aabd51843e0751c6a40e66f8e2a5d459459bd))

### [1.0.2](https://github.com/prismicio/prismic-custom-types-client/compare/v1.0.1...v1.0.2) (2022-12-19)


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": "@prismicio/custom-types-client",
"version": "1.1.0-alpha.0",
"version": "1.1.0-alpha.1",
"description": "JavaScript client to interact with the Prismic Custom Types API",
"keywords": [
"typescript",
Expand Down Expand Up @@ -74,4 +74,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 71a07e2

Please sign in to comment.