Skip to content

Commit

Permalink
🔖 preparing release v1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chrede88 committed Feb 18, 2024
1 parent d11e2f0 commit d4d8cce
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions 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.7] - 2024-02-18

### Fixed
- Fixed issue where assets wouldn't be picked up unless placed in the top level folder

### Go
- Support for Go v1.22.0

# [1.2.6] - 2024-01-26

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

0 comments on commit d4d8cce

Please sign in to comment.