diff --git a/.changeset/happy-months-sin.md b/.changeset/happy-months-sin.md deleted file mode 100644 index 17f6c22fd..000000000 --- a/.changeset/happy-months-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@lekoarts/gatsby-theme-minimal-blog": patch ---- - -feat: Add golang tag to code blocks diff --git a/themes/gatsby-theme-minimal-blog/CHANGELOG.md b/themes/gatsby-theme-minimal-blog/CHANGELOG.md index ed9b0b587..c46d201a0 100755 --- a/themes/gatsby-theme-minimal-blog/CHANGELOG.md +++ b/themes/gatsby-theme-minimal-blog/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 6.0.4 + +### Patch Changes + +- [#1108](https://github.com/LekoArts/gatsby-themes/pull/1108) [`de6ad02b`](https://github.com/LekoArts/gatsby-themes/commit/de6ad02b22026686fac15625d9d6fcc5cb2360a1) Thanks [@aaftio](https://github.com/aaftio)! - feat: Add golang tag to code blocks + ## 6.0.3 ### Patch Changes diff --git a/themes/gatsby-theme-minimal-blog/package.json b/themes/gatsby-theme-minimal-blog/package.json index b44a9982a..225baee40 100755 --- a/themes/gatsby-theme-minimal-blog/package.json +++ b/themes/gatsby-theme-minimal-blog/package.json @@ -1,6 +1,6 @@ { "name": "@lekoarts/gatsby-theme-minimal-blog", - "version": "6.0.3", + "version": "6.0.4", "author": "LekoArts", "description": "Typography driven, feature-rich blogging theme with minimal aesthetics. Includes tags/categories support and extensive features for code blocks such as live preview, line numbers, and line highlighting.", "license": "MIT",