Skip to content

Commit d1020ba

Browse files
committed
chore(release): 2.1.4
1 parent 4d1351b commit d1020ba

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
### [2.1.4](https://github.com/prismicio/prismic-richtext/compare/v2.1.3...v2.1.4) (2023-01-13)
6+
7+
8+
### Bug Fixes
9+
10+
* support overlapping spans that extend past the preceding span ([#59](https://github.com/prismicio/prismic-richtext/issues/59)) ([c9656db](https://github.com/prismicio/prismic-richtext/commit/c9656db03ae311a0ebafa4bd715e808428c41257))
11+
12+
13+
### Chore
14+
15+
* **deps:** update dependencies ([#60](https://github.com/prismicio/prismic-richtext/issues/60)) ([4d1351b](https://github.com/prismicio/prismic-richtext/commit/4d1351b37660fbf21cc229919a82e3be041e3f6b))
16+
517
### [2.1.3](https://github.com/prismicio/prismic-richtext/compare/v2.1.2...v2.1.3) (2022-12-19)
618

719

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prismicio/richtext",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "A parser and serializer for Prismic's Rich Text format",
55
"keywords": [
66
"typescript",

0 commit comments

Comments
 (0)