From e3a3f266386a21f4de648903c1c8e21517d24079 Mon Sep 17 00:00:00 2001 From: jerrywcy Date: Wed, 16 Aug 2023 13:18:24 +0000 Subject: [PATCH] chore(release): 1.8.0 [skip ci] ## [1.8.0](https://github.com/jerrywcy/memos-typist-editor/compare/v1.7.1...v1.8.0) (2023-08-16) ### Features * add support for highlight ([d522a0e](https://github.com/jerrywcy/memos-typist-editor/commit/d522a0ed4813f997e94afc4e1c5069fba577a7a9)) --- 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 4ab27b80..13c42497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.8.0](https://github.com/jerrywcy/memos-typist-editor/compare/v1.7.1...v1.8.0) (2023-08-16) + +### Features + +- add support for highlight ([d522a0e](https://github.com/jerrywcy/memos-typist-editor/commit/d522a0ed4813f997e94afc4e1c5069fba577a7a9)) + ## [1.7.1](https://github.com/jerrywcy/memos-typist-editor/compare/v1.7.0...v1.7.1) (2023-08-16) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index c5a053d9..bcc42828 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "memos-typist-editor", - "version": "1.7.1", + "version": "1.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "memos-typist-editor", - "version": "1.7.1", + "version": "1.8.0", "license": "MIT", "dependencies": { "@tiptap/core": "2.0.3", diff --git a/package.json b/package.json index c694ff64..de512680 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "memos-typist-editor", "description": "The mighty Tiptap-based rich-text editor React component that powers PKMer Memos.", - "version": "1.7.1", + "version": "1.8.0", "license": "MIT", "homepage": "https://typist.doist.dev/", "repository": "https://github.com/jerrywcy/memos-typist-editor",