Skip to content

Commit 12a2058

Browse files
committed
🔖 preparing release v1.3.1
1 parent 30ced08 commit 12a2058

File tree

5 files changed

+29
-23
lines changed

5 files changed

+29
-23
lines changed

CHANGELOG.md

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88

9+
# [1.3.1] - 2024-05-18
10+
11+
### Fixed
12+
- Fixed an lighthouse accessibility issue
13+
914
# [1.3.0] - 2024-05-17
1015

1116
### Added
@@ -118,21 +123,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
118123
## [1.0.0] - 2023-11-25
119124
- Initial release
120125

121-
[unreleased]: https://github.com/Chrede88/qubt/compare/v1.3.0...HEAD
122-
[1.3.0]: https://github.com/Chrede88/qubt/releases/compare/v1.2.10...v1.3.0
123-
[1.2.10]: https://github.com/Chrede88/qubt/releases/compare/v1.2.9...v1.2.10
124-
[1.2.9]: https://github.com/Chrede88/qubt/releases/compare/v1.2.8...v1.2.9
125-
[1.2.8]: https://github.com/Chrede88/qubt/releases/compare/v1.2.7...v1.2.8
126-
[1.2.7]: https://github.com/Chrede88/qubt/releases/compare/v1.2.6...v1.2.7
127-
[1.2.6]: https://github.com/Chrede88/qubt/releases/compare/v1.2.5...v1.2.6
128-
[1.2.5]: https://github.com/Chrede88/qubt/releases/compare/v1.2.4...v1.2.5
129-
[1.2.4]: https://github.com/Chrede88/qubt/releases/compare/v1.2.3...v1.2.4
130-
[1.2.3]: https://github.com/Chrede88/qubt/releases/compare/v1.2.2...v1.2.3
131-
[1.2.2]: https://github.com/Chrede88/qubt/releases/compare/v1.2.1...v1.2.2
132-
[1.2.1]: https://github.com/Chrede88/qubt/releases/compare/v1.2.0...v1.2.1
133-
[1.2.0]: https://github.com/Chrede88/qubt/releases/compare/v1.1.2...v1.2.0
134-
[1.1.2]: https://github.com/Chrede88/qubt/releases/compare/v1.1.1...v1.1.2
135-
[1.1.1]: https://github.com/Chrede88/qubt/releases/compare/v1.1.0...v1.1.1
136-
[1.1.0]: https://github.com/Chrede88/qubt/releases/compare/v1.0.1...v1.1.0
137-
[1.0.1]: https://github.com/Chrede88/qubt/releases/compare/v1.0.0...v1.0.1
138-
[1.0.0]: https://github.com/Chrede88/qubt/releases/tag/v1.0.0
126+
[unreleased]: https://github.com/chrede88/qubt/compare/v1.3.1...HEAD
127+
[1.3.1]: https://github.com/chrede88/qubt/releases/compare/v1.3.0...v1.3.1
128+
[1.3.0]: https://github.com/chrede88/qubt/releases/compare/v1.2.10...v1.3.0
129+
[1.2.10]: https://github.com/chrede88/qubt/releases/compare/v1.2.9...v1.2.10
130+
[1.2.9]: https://github.com/chrede88/qubt/releases/compare/v1.2.8...v1.2.9
131+
[1.2.8]: https://github.com/chrede88/qubt/releases/compare/v1.2.7...v1.2.8
132+
[1.2.7]: https://github.com/chrede88/qubt/releases/compare/v1.2.6...v1.2.7
133+
[1.2.6]: https://github.com/chrede88/qubt/releases/compare/v1.2.5...v1.2.6
134+
[1.2.5]: https://github.com/chrede88/qubt/releases/compare/v1.2.4...v1.2.5
135+
[1.2.4]: https://github.com/chrede88/qubt/releases/compare/v1.2.3...v1.2.4
136+
[1.2.3]: https://github.com/chrede88/qubt/releases/compare/v1.2.2...v1.2.3
137+
[1.2.2]: https://github.com/chrede88/qubt/releases/compare/v1.2.1...v1.2.2
138+
[1.2.1]: https://github.com/chrede88/qubt/releases/compare/v1.2.0...v1.2.1
139+
[1.2.0]: https://github.com/chrede88/qubt/releases/compare/v1.1.2...v1.2.0
140+
[1.1.2]: https://github.com/chrede88/qubt/releases/compare/v1.1.1...v1.1.2
141+
[1.1.1]: https://github.com/chrede88/qubt/releases/compare/v1.1.0...v1.1.1
142+
[1.1.0]: https://github.com/chrede88/qubt/releases/compare/v1.0.1...v1.1.0
143+
[1.0.1]: https://github.com/chrede88/qubt/releases/compare/v1.0.0...v1.0.1
144+
[1.0.0]: https://github.com/chrede88/qubt/releases/tag/v1.0.0

assets/css/compiled/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Qubt v1.3.0 | MIT License | https://github.com/Chrede88/qubt */
1+
/*! Qubt v1.3.1 | MIT License | https://github.com/Chrede88/qubt */
22

33
/*! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com */
44

assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Qubt v1.3.0 | MIT License | https://github.com/Chrede88/qubt */
1+
/*! Qubt v1.3.1 | MIT License | https://github.com/Chrede88/qubt */
22

33
@tailwind base;
44
@tailwind components;

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Qubt",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Qubt blog theme for Hugo",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)