diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d6e472..49a1c07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.1.0"} +{".":"1.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index e36dd09..d3becee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # CHANGELOG +## [1.2.0](https://github.com/catppuccin/mdBook/compare/v1.1.0...v1.2.0) (2023-10-03) + + +### Features + +* darken struckout text ([5388763](https://github.com/catppuccin/mdBook/commit/5388763d108a72e1f0bd99656d7c88439fe9243a)) +* switch to clap v4 ([a1ddb9a](https://github.com/catppuccin/mdBook/commit/a1ddb9a11b6a5e83b75dbfeebe776ad7658ac9eb)) + + +### Bug Fixes + +* clap typecasting panic ([1193c91](https://github.com/catppuccin/mdBook/commit/1193c91b092da7f7496fb78431045733814789f0)) +* colours in `diff` codeblock ([#67](https://github.com/catppuccin/mdBook/issues/67)) ([a3b3f77](https://github.com/catppuccin/mdBook/commit/a3b3f7726c85cc815279f62fbd096d7249429866)) + ## [1.1.0](https://github.com/catppuccin/mdBook/compare/v1.0.0...v1.1.0) (2023-10-02) diff --git a/Cargo.lock b/Cargo.lock index 2b76d48..55283d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -952,7 +952,7 @@ dependencies = [ [[package]] name = "mdbook-catppuccin" -version = "1.1.0" +version = "1.2.0" dependencies = [ "clap 4.4.3", "env_logger 0.10.0", diff --git a/Cargo.toml b/Cargo.toml index 5d060c7..763e478 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.1.0" +version = "1.2.0" edition = "2021" license = "MIT" readme = "README.md" diff --git a/palette/package-lock.json b/palette/package-lock.json index c294afd..c2d8e4c 100644 --- a/palette/package-lock.json +++ b/palette/package-lock.json @@ -1,12 +1,12 @@ { "name": "catppuccin-mdbook", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "catppuccin-mdbook", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "devDependencies": { "@catppuccin/highlightjs": "^0.1.3", diff --git a/palette/package.json b/palette/package.json index f47fe37..8d11915 100644 --- a/palette/package.json +++ b/palette/package.json @@ -1,6 +1,6 @@ { "name": "catppuccin-mdbook", - "version": "1.1.0", + "version": "1.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"