From 2541baf01c1191fdaabdd4140b0261b716dd0eca Mon Sep 17 00:00:00 2001 From: Doist Bot Date: Thu, 28 Sep 2023 09:01:52 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] ## [2.1.0](https://github.com/Doist/typist/compare/v2.0.3...v2.1.0) (2023-09-28) ### Features * add support for Node v20 and npm v10 ([#465](https://github.com/Doist/typist/issues/465)) ([8e3c1b3](https://github.com/Doist/typist/commit/8e3c1b39f1e4f4d0eabbd113998da29a52e4461f)) --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b55f7c1..ccfb9ce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.1.0](https://github.com/Doist/typist/compare/v2.0.3...v2.1.0) (2023-09-28) + +### Features + +- add support for Node v20 and npm v10 ([#465](https://github.com/Doist/typist/issues/465)) ([8e3c1b3](https://github.com/Doist/typist/commit/8e3c1b39f1e4f4d0eabbd113998da29a52e4461f)) + ## [2.0.3](https://github.com/Doist/typist/compare/v2.0.2...v2.0.3) (2023-09-25) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 7c913732..cc8455f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/typist", - "version": "2.0.3", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@doist/typist", - "version": "2.0.3", + "version": "2.1.0", "license": "MIT", "dependencies": { "@tiptap/core": "2.1.10", diff --git a/package.json b/package.json index 440e118d..8e14c5cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@doist/typist", "description": "The mighty Tiptap-based rich-text editor React component that powers Doist products.", - "version": "2.0.3", + "version": "2.1.0", "license": "MIT", "homepage": "https://typist.doist.dev/", "repository": "https://github.com/Doist/typist",