diff --git a/CHANGELOG.md b/CHANGELOG.md index d52bea9..dc732ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.25.5](https://github.com/blinko-space/blinko/compare/v0.25.4...v0.25.5) (2024-12-13) + + +### Bug Fixes + +* code component to enhance syntax highlighting and styling [#302](https://github.com/blinko-space/blinko/issues/302) ([16062f5](https://github.com/blinko-space/blinko/commit/16062f5f21317986fd78475aecaf68976cbbe813)) + ## [0.25.4](https://github.com/blinko-space/blinko/compare/v0.25.3...v0.25.4) (2024-12-13) diff --git a/package.json b/package.json index 4787bee..1d0cb1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blinko", - "version": "0.25.4", + "version": "0.25.5", "repository": "https://github.com/blinko-space/blinko.git", "private": true, "browser": { @@ -202,4 +202,4 @@ "engines": { "node": ">=18.17.1" } -} \ No newline at end of file +}