From b5d3c12763d6f19204024c335a18dd5efe712135 Mon Sep 17 00:00:00 2001 From: Angelo Ashmore Date: Mon, 22 May 2023 13:19:19 -1000 Subject: [PATCH] chore(release): 2.1.5 --- 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 78cd43a..ae59740 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. +### [2.1.5](https://github.com/prismicio/prismic-richtext/compare/v2.1.4...v2.1.5) (2023-05-22) + + +### Bug Fixes + +* properly resolve types when using TypeScript's latest module resolution strategy ([#62](https://github.com/prismicio/prismic-richtext/issues/62)) ([2041e53](https://github.com/prismicio/prismic-richtext/commit/2041e53255c1b52cf0d6f9376628b9c714a0dd49)) + ### [2.1.4](https://github.com/prismicio/prismic-richtext/compare/v2.1.3...v2.1.4) (2023-01-13) diff --git a/package-lock.json b/package-lock.json index 2c94534..66e352a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/richtext", - "version": "2.1.4", + "version": "2.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/richtext", - "version": "2.1.4", + "version": "2.1.5", "license": "Apache-2.0", "dependencies": { "@prismicio/types": "^0.2.7" diff --git a/package.json b/package.json index 2eab503..47ce8c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/richtext", - "version": "2.1.4", + "version": "2.1.5", "description": "A parser and serializer for Prismic's Rich Text format", "keywords": [ "typescript",