Skip to content

Commit 6d28c01

Browse files
author
Danil Zakablukovskii
committedApr 12, 2021
v14.1.3
1 parent 812a861 commit 6d28c01

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [14.1.3](https://github.com/contentful/rich-text/compare/v14.1.2...v14.1.3) (2021-04-12)
7+
8+
**Note:** Version bump only for package root

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.7.2",
3-
"version": "14.1.2",
3+
"version": "14.1.3",
44
"packages": [
55
"packages/contentful-slatejs-adapter",
66
"packages/rich-text-from-markdown",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [14.1.3](https://github.com/contentful/rich-text/compare/v14.1.2...v14.1.3) (2021-04-12)
7+
8+
**Note:** Version bump only for package @contentful/rich-text-react-renderer

‎packages/rich-text-react-renderer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/rich-text-react-renderer",
3-
"version": "14.1.2",
3+
"version": "14.1.3",
44
"main": "dist/rich-text-react-renderer.es5.js",
55
"typings": "dist/types/index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.