Skip to content

Commit

Permalink
chore(release): 0.25.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.25.1](v0.25.0...v0.25.1) (2024-12-13)

### Bug Fixes

* add support for task lists in Markdown rendering add check or and cancel all check ([d2e3271](d2e3271))
* clean up ListItem component by removing console logs and adding getTextStyle function ([1985024](1985024))
  • Loading branch information
semantic-release-bot committed Dec 13, 2024
1 parent 1985024 commit e88a927
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.25.1](https://github.com/blinko-space/blinko/compare/v0.25.0...v0.25.1) (2024-12-13)


### Bug Fixes

* add support for task lists in Markdown rendering add check or and cancel all check ([d2e3271](https://github.com/blinko-space/blinko/commit/d2e3271d672a26fef737f2df85b72a0fc1e279e5))
* clean up ListItem component by removing console logs and adding getTextStyle function ([1985024](https://github.com/blinko-space/blinko/commit/198502466327ab7d173078278f148733a73a75ad))

# [0.25.0](https://github.com/blinko-space/blinko/compare/v0.24.3...v0.25.0) (2024-12-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blinko",
"version": "0.25.0",
"version": "0.25.1",
"repository": "https://github.com/blinko-space/blinko.git",
"private": true,
"browser": {
Expand Down

0 comments on commit e88a927

Please sign in to comment.