diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 49a1c07..b7c9dac 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.2.0"} +{".":"2.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index d3becee..acbf217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # CHANGELOG +## [2.0.0](https://github.com/catppuccin/mdBook/compare/v1.2.0...v2.0.0) (2023-10-07) + + +### ⚠ BREAKING CHANGES + +* support mdbook version `0.4.35` + +### Features + +* **cli:** add "--force" flag to install command ([28f9d0f](https://github.com/catppuccin/mdBook/commit/28f9d0f02aea41c7278659fb22ba9db5bbf02b5d)) +* **cli:** detect differences in major version ([8956c61](https://github.com/catppuccin/mdBook/commit/8956c61a727b0408be202c9c7fc6c2f336166272)) +* support mdbook version `0.4.35` ([55e8722](https://github.com/catppuccin/mdBook/commit/55e872267de2c63e91659c6be5eac1be4fc34540)) + ## [1.2.0](https://github.com/catppuccin/mdBook/compare/v1.1.0...v1.2.0) (2023-10-03) diff --git a/Cargo.lock b/Cargo.lock index 7b427ae..015510a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -913,7 +913,7 @@ dependencies = [ [[package]] name = "mdbook-catppuccin" -version = "1.2.0" +version = "2.0.0" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index d860fb2..ba7ab63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "mdbook-catppuccin" authors = ["Goudham Suresh ", "winston "] description = "A mdbook preprocessor that exposes the catppuccin flavours as available themes!" -version = "1.2.0" +version = "2.0.0" edition = "2021" license = "MIT" readme = "README.md" diff --git a/palette/package-lock.json b/palette/package-lock.json index c2d8e4c..b285a3b 100644 --- a/palette/package-lock.json +++ b/palette/package-lock.json @@ -1,12 +1,12 @@ { "name": "catppuccin-mdbook", - "version": "1.2.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "catppuccin-mdbook", - "version": "1.2.0", + "version": "2.0.0", "license": "MIT", "devDependencies": { "@catppuccin/highlightjs": "^0.1.3", diff --git a/palette/package.json b/palette/package.json index 8d11915..e060560 100644 --- a/palette/package.json +++ b/palette/package.json @@ -1,6 +1,6 @@ { "name": "catppuccin-mdbook", - "version": "1.2.0", + "version": "2.0.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"