diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 0db4c77..122a59d 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.3" + ".": "1.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1badd4d..9af2883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.4](https://github.com/catppuccin/codemirror/compare/v1.0.3...v1.0.4) (2026-04-10) + + +### Bug Fixes + +* **catppuccin.ts:** borders from black -> overlay0 ([#38](https://github.com/catppuccin/codemirror/issues/38)) ([96a620d](https://github.com/catppuccin/codemirror/commit/96a620d108e2de5dda4f3ada3d2b6488b92d73cb)) +* **catppuccin.ts:** remove duped t.link. ([#37](https://github.com/catppuccin/codemirror/issues/37)) ([9b495f7](https://github.com/catppuccin/codemirror/commit/9b495f7c8d41b2bce4daaa812230ab5f3b53c018)) + ## [1.0.3](https://github.com/catppuccin/codemirror/compare/v1.0.2...v1.0.3) (2026-02-21) diff --git a/package.json b/package.json index 775ce8f..04a4377 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@catppuccin/codemirror", - "version": "1.0.3", + "version": "1.0.4", "type": "module", "license": "MIT", "description": "Soothing pastel theme for CodeMirror",