diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6aa187e..33bf7bf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.1.0"} +{".":"2.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index dedb0ad..3a8fc90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # CHANGELOG +## [2.2.0](https://github.com/catppuccin/mdBook/compare/v2.1.0...v2.2.0) (2024-08-15) + + +### Features + +* add deprecation notice ([#109](https://github.com/catppuccin/mdBook/issues/109)) ([d023fd5](https://github.com/catppuccin/mdBook/commit/d023fd52c6d31fe6236339afe1fd73d76d7f83e9)) + + +### Build system & distribution + +* don't make draft releases ([#110](https://github.com/catppuccin/mdBook/issues/110)) ([80fefcd](https://github.com/catppuccin/mdBook/commit/80fefcd3e51bf41ae1de3803e0963afb8d4b0b58)) +* **nix:** fix darwin devShell ([#94](https://github.com/catppuccin/mdBook/issues/94)) ([218116e](https://github.com/catppuccin/mdBook/commit/218116e83688f2786af71eef5d11108f71950987)) + ## [2.1.0](https://github.com/catppuccin/mdBook/compare/v2.0.1...v2.1.0) (2023-11-11) diff --git a/Cargo.lock b/Cargo.lock index bc14c79..e1eac71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -419,7 +419,7 @@ dependencies = [ [[package]] name = "mdbook-catppuccin" -version = "2.1.0" +version = "2.2.0" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index b34fb68..4ce7dc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "mdbook-catppuccin" authors = ["Goudham Suresh ", "winston "] description = "🎊 Soothing pastel theme for mdBook" -version = "2.1.0" +version = "2.2.0" edition = "2021" license = "MIT" readme = "README.md" diff --git a/palette/package-lock.json b/palette/package-lock.json index 2ac5511..f2634b5 100644 --- a/palette/package-lock.json +++ b/palette/package-lock.json @@ -1,12 +1,12 @@ { "name": "catppuccin-mdbook", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "catppuccin-mdbook", - "version": "2.1.0", + "version": "2.2.0", "license": "MIT", "devDependencies": { "@catppuccin/highlightjs": "^0.1.3", diff --git a/palette/package.json b/palette/package.json index 5ab6894..66353a5 100644 --- a/palette/package.json +++ b/palette/package.json @@ -1,6 +1,6 @@ { "name": "catppuccin-mdbook", - "version": "2.1.0", + "version": "2.2.0", "description": "Soothing pastel theme for mdBook", "scripts": { "build": "sass -I node_modules --no-charset --no-source-map catppuccin.scss:../src/bin/assets/catppuccin.css catppuccin-admonish.scss:../src/bin/assets/catppuccin-admonish.css"