Skip to content

Commit

Permalink
🔖 preparing release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrede88 committed Nov 30, 2024
1 parent 2a09f43 commit ce5bd01
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]

# [1.6.0] - 2024-11-30

### Added
- Added posibility to set `site.Copyright` in configuration. ([#187](https://github.com/chrede88/qubt/pull/187))

### Fixed
- Changed the assets fingerprint to sha256. Fixes a filename issue on Linux. ([#186](https://github.com/chrede88/qubt/pull/186))

### Hugo
- Bumped to v0.139.3

# [1.5.0] - 2024-11-06

### Added
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.5.0 | MIT License | https://github.com/Chrede88/qubt */
/*! Qubt v1.6.0 | MIT License | https://github.com/Chrede88/qubt */

*, ::before, ::after {
--tw-border-spacing-x: 0;
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.5.0 | MIT License | https://github.com/Chrede88/qubt */
/*! Qubt v1.6.0 | MIT License | https://github.com/Chrede88/qubt */

@tailwind base;
@tailwind components;
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit ce5bd01

Please sign in to comment.