Skip to content

Commit

Permalink
🔖 preparing release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrede88 committed Dec 10, 2023
1 parent d06e339 commit c2b693b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]

## [1.1.2] - 2023-12-05

### Changed
- Blog list headline font size made smaller on mobile, to accommodate longer headlines.

### Hugo
- Support for Hugo v0.121.1

## [1.1.1] - 2023-12-05

### Hugo
Expand All @@ -24,7 +32,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## [1.0.0] - 2023-11-25
- Initial release

[unreleased]: https://github.com/Chrede88/qubt/compare/v1.1.1...HEAD
[unreleased]: https://github.com/Chrede88/qubt/compare/v1.1.2...HEAD
[1.1.2]: https://github.com/Chrede88/qubt/releases/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/Chrede88/qubt/releases/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/Chrede88/qubt/releases/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/Chrede88/qubt/releases/compare/v1.0.0...v1.0.1
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 @@
/*! Qubt v1.1.1 | MIT License | https://github.com/Chrede88/qubt */
/*! Qubt v1.1.2 | MIT License | https://github.com/Chrede88/qubt */

/*! tailwindcss v3.3.5 | 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 @@
/*! Qubt v1.1.1 | MIT License | https://github.com/Chrede88/qubt */
/*! Qubt v1.1.2 | MIT License | https://github.com/Chrede88/qubt */

@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": "Qubt",
"version": "1.1.1",
"version": "1.1.2",
"description": "Qubt blog theme for Hugo",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c2b693b

Please sign in to comment.