Skip to content

Commit 21032eb

Browse files
chore(main): release 2.2.0
1 parent 80fefcd commit 21032eb

File tree

6 files changed

+19
-6
lines changed

6 files changed

+19
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.1.0"}
1+
{".":"2.2.0"}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# CHANGELOG
22

3+
## [2.2.0](https://github.com/catppuccin/mdBook/compare/v2.1.0...v2.2.0) (2024-08-15)
4+
5+
6+
### Features
7+
8+
* add deprecation notice ([#109](https://github.com/catppuccin/mdBook/issues/109)) ([d023fd5](https://github.com/catppuccin/mdBook/commit/d023fd52c6d31fe6236339afe1fd73d76d7f83e9))
9+
10+
11+
### Build system & distribution
12+
13+
* don't make draft releases ([#110](https://github.com/catppuccin/mdBook/issues/110)) ([80fefcd](https://github.com/catppuccin/mdBook/commit/80fefcd3e51bf41ae1de3803e0963afb8d4b0b58))
14+
* **nix:** fix darwin devShell ([#94](https://github.com/catppuccin/mdBook/issues/94)) ([218116e](https://github.com/catppuccin/mdBook/commit/218116e83688f2786af71eef5d11108f71950987))
15+
316
## [2.1.0](https://github.com/catppuccin/mdBook/compare/v2.0.1...v2.1.0) (2023-11-11)
417

518

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mdbook-catppuccin"
33
authors = ["Goudham Suresh <sgoudham@gmail.com>", "winston <hey@winston.sh>"]
44
description = "🎊 Soothing pastel theme for mdBook"
5-
version = "2.1.0"
5+
version = "2.2.0"
66
edition = "2021"
77
license = "MIT"
88
readme = "README.md"

palette/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

palette/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "catppuccin-mdbook",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Soothing pastel theme for mdBook",
55
"scripts": {
66
"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"

0 commit comments

Comments
 (0)