Skip to content

Commit

Permalink
🔖 preparing release v1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
chrede88 committed Mar 19, 2024
1 parent 4849dde commit 2d9c3be
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
12 changes: 11 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.2.8] - 2024-03-19

### Hugo
- Support for Hugo v0.124.0

### Go
- Support for Go v1.22.1

# [1.2.7] - 2024-02-18

### Fixed
Expand Down Expand Up @@ -83,7 +91,9 @@ 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.2.6...HEAD
[unreleased]: https://github.com/Chrede88/qubt/compare/v1.2.8...HEAD
[1.2.8]: https://github.com/Chrede88/qubt/releases/compare/v1.2.7...v1.2.8
[1.2.7]: https://github.com/Chrede88/qubt/releases/compare/v1.2.6...v1.2.7
[1.2.6]: https://github.com/Chrede88/qubt/releases/compare/v1.2.5...v1.2.6
[1.2.5]: https://github.com/Chrede88/qubt/releases/compare/v1.2.4...v1.2.5
[1.2.4]: https://github.com/Chrede88/qubt/releases/compare/v1.2.3...v1.2.4
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.2.7 | MIT License | https://github.com/Chrede88/qubt */
/*! Qubt v1.2.8 | MIT License | https://github.com/Chrede88/qubt */

/*! tailwindcss v3.4.0 | 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.2.7 | MIT License | https://github.com/Chrede88/qubt */
/*! Qubt v1.2.8 | 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.2.7",
"version": "1.2.8",
"description": "Qubt blog theme for Hugo",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2d9c3be

Please sign in to comment.