Skip to content

Commit

Permalink
🔨 Preparing release v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpanther committed May 25, 2022
1 parent da20e07 commit 965dc70
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [2.2.1] - 2022-05-25

### Changed

- Upgrade to Mermaid v9.1.1 ([#194](https://github.com/jpanther/congo/pull/194))
Expand Down Expand Up @@ -431,7 +433,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Advanced customisation using simple Tailwind colour definitions and styles
- Fully documented

[unreleased]: https://github.com/jpanther/congo/compare/v2.2.0...HEAD
[unreleased]: https://github.com/jpanther/congo/compare/v2.2.1...HEAD
[2.2.1]: https://github.com/jpanther/congo/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/jpanther/congo/compare/v2.1.3...v2.2.0
[2.1.3]: https://github.com/jpanther/congo/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/jpanther/congo/compare/v2.1.1...v2.1.2
Expand Down
2 changes: 1 addition & 1 deletion assets/css/compiled/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Congo v2.2.0 | MIT License | https://github.com/jpanther/congo */
/*! Congo v2.2.1 | MIT License | https://github.com/jpanther/congo */

/*! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com */

Expand Down
2 changes: 1 addition & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Congo v2.2.0 | MIT License | https://github.com/jpanther/congo */
/*! Congo v2.2.1 | MIT License | https://github.com/jpanther/congo */

@tailwind base;
@tailwind components;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hugo-congo-theme",
"version": "2.2.0",
"version": "2.2.1",
"description": "Congo theme for Hugo",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 965dc70

Please sign in to comment.