Skip to content

Commit

Permalink
chore(release): 2.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.1](v2.3.0...v2.3.1) (2024-01-17)

### Bug Fixes

* **commands:** Restore built-in `toggleBulletList` and `toggleOrderedList` ([#613](#613)) ([4c4a0dc](4c4a0dc))
  • Loading branch information
doistbot committed Jan 17, 2024
1 parent 4c4a0dc commit 7c631fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.3.1](https://github.com/Doist/typist/compare/v2.3.0...v2.3.1) (2024-01-17)

### Bug Fixes

- **commands:** Restore built-in `toggleBulletList` and `toggleOrderedList` ([#613](https://github.com/Doist/typist/issues/613)) ([4c4a0dc](https://github.com/Doist/typist/commit/4c4a0dc98e5c7351d6a0d2e8b16661c1e8f54fdd))

## [2.3.0](https://github.com/Doist/typist/compare/v2.2.1...v2.3.0) (2024-01-17)

### Features
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": "@doist/typist",
"description": "The mighty Tiptap-based rich-text editor React component that powers Doist products.",
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT",
"homepage": "https://typist.doist.dev/",
"repository": "https://github.com/Doist/typist",
Expand Down

0 comments on commit 7c631fa

Please sign in to comment.