From c880e082b35e96936fccb426e9c19e8e5c010462 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 01:29:04 +0000 Subject: [PATCH] chore(main): release 1.0.4 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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",