Skip to content

Commit

Permalink
chore(release): 6.0.8 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.8](v6.0.7...v6.0.8) (2024-08-16)

### Bug Fixes

* Empty list items returns incorrectly formatted Markdown ([#874](#874)) ([9c8bcb5](9c8bcb5))
  • Loading branch information
doistbot committed Aug 16, 2024
1 parent 9c8bcb5 commit 759a8a1
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 @@
## [6.0.8](https://github.com/Doist/typist/compare/v6.0.7...v6.0.8) (2024-08-16)

### Bug Fixes

- Empty list items returns incorrectly formatted Markdown ([#874](https://github.com/Doist/typist/issues/874)) ([9c8bcb5](https://github.com/Doist/typist/commit/9c8bcb5e00040a24b0287a227baed27eb2ecf0d7))

## [6.0.7](https://github.com/Doist/typist/compare/v6.0.6...v6.0.7) (2024-08-14)

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

0 comments on commit 759a8a1

Please sign in to comment.