Skip to content

Commit

Permalink
chore(release): 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Jun 7, 2023
1 parent 9e604d3 commit 0ef6b86
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [7.1.0](https://github.com/prismicio/prismic-client/compare/v7.0.1...v7.1.0) (2023-06-07)


### Features

* add `unstable_mapSliceZone()` ([#302](https://github.com/prismicio/prismic-client/issues/302)) ([9e604d3](https://github.com/prismicio/prismic-client/commit/9e604d310eff9f4cae7c4340084501c68611ae9e))
* **customtype:** support new format property ([#295](https://github.com/prismicio/prismic-client/issues/295)) ([c68a557](https://github.com/prismicio/prismic-client/commit/c68a5576b6a264954181a2adab76744adc48149a))


### Bug Fixes

* type `PrismicDocument.*_publication_date` as `TimestampField<"filled">` ([#304](https://github.com/prismicio/prismic-client/issues/304)) ([7cce22a](https://github.com/prismicio/prismic-client/commit/7cce22a35cd3ef327920cf8a8f8289d5c38cb7bc))

### [7.0.1](https://github.com/prismicio/prismic-client/compare/v7.0.0...v7.0.1) (2023-05-22)


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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prismicio/client",
"version": "7.0.1",
"version": "7.1.0",
"description": "The official JavaScript + TypeScript client library for Prismic",
"keywords": [
"typescript",
Expand Down

0 comments on commit 0ef6b86

Please sign in to comment.