Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.0](v1.4.0...v1.5.0) (2023-08-13)

### Features

* TaskItem and TaskList extension ([5db1900](5db1900))

### Bug Fixes

* Bold and Italic now use *** and ___ instead of ** and __ ([cc29ea9](cc29ea9))
* change description in package.json ([52a2535](52a2535))
* change to memos-typist-editor in package.json ([c8250b1](c8250b1))
* **deps:** update dependency unist-util-remove to v4 ([Doist#380](https://github.com/jerrywcy/memos-typist-editor/issues/380)) ([6c5430a](6c5430a))
* **deps:** update gfm autolink literal packages to v2 (major) ([Doist#378](https://github.com/jerrywcy/memos-typist-editor/issues/378)) ([7ad9af8](7ad9af8))
* **deps:** update gfm strikethrough packages to v2 (major) ([Doist#379](https://github.com/jerrywcy/memos-typist-editor/issues/379)) ([b1e411d](b1e411d))
* Task List now only toggle by typing `[ ]` in bullet list ([ae3103b](ae3103b))
* Unit-tests now support TaskItem and TaskList ([639abf6](639abf6))
  • Loading branch information
jerrywcy committed Aug 13, 2023
1 parent bfddf77 commit b3586c2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [1.5.0](https://github.com/jerrywcy/memos-typist-editor/compare/v1.4.0...v1.5.0) (2023-08-13)

### Features

- TaskItem and TaskList extension ([5db1900](https://github.com/jerrywcy/memos-typist-editor/commit/5db1900a5d0b6faf6c6ab098db6f1aca45ab95fe))

### Bug Fixes

- Bold and Italic now use **\* and \_\_\_ instead of ** and \_\_ ([cc29ea9](https://github.com/jerrywcy/memos-typist-editor/commit/cc29ea9e5a86d07fa81d7a566f9e6aad6370e716))
- change description in package.json ([52a2535](https://github.com/jerrywcy/memos-typist-editor/commit/52a25357029e503769b19bd15e30fb62e64c10d4))
- change to memos-typist-editor in package.json ([c8250b1](https://github.com/jerrywcy/memos-typist-editor/commit/c8250b11fa185e9d1522680462675af720435299))
- **deps:** update dependency unist-util-remove to v4 ([#380](https://github.com/jerrywcy/memos-typist-editor/issues/380)) ([6c5430a](https://github.com/jerrywcy/memos-typist-editor/commit/6c5430a09d07416d3903aabc48152d1cf056e0ae))
- **deps:** update gfm autolink literal packages to v2 (major) ([#378](https://github.com/jerrywcy/memos-typist-editor/issues/378)) ([7ad9af8](https://github.com/jerrywcy/memos-typist-editor/commit/7ad9af8ced7c2aa3a7aa0334d9146e787a834eed))
- **deps:** update gfm strikethrough packages to v2 (major) ([#379](https://github.com/jerrywcy/memos-typist-editor/issues/379)) ([b1e411d](https://github.com/jerrywcy/memos-typist-editor/commit/b1e411dbed8cf3533df8b9e0a73933b8c84ab1a0))
- Task List now only toggle by typing `[ ]` in bullet list ([ae3103b](https://github.com/jerrywcy/memos-typist-editor/commit/ae3103bf779e656992599a2ff8dfeebd84d79d59))
- Unit-tests now support TaskItem and TaskList ([639abf6](https://github.com/jerrywcy/memos-typist-editor/commit/639abf67587b897c9d918950bf13002002383a15))

## [1.4.4](https://github.com/Doist/typist/compare/v1.4.3...v1.4.4) (2023-08-04)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "memos-typist-editor",
"description": "The mighty Tiptap-based rich-text editor React component that powers PKMer Memos.",
"version": "1.4.4",
"version": "1.5.0",
"license": "MIT",
"homepage": "https://typist.doist.dev/",
"repository": "https://github.com/jerrywcy/memos-typist-editor",
Expand Down

0 comments on commit b3586c2

Please sign in to comment.