Skip to content

Commit

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

## [Unreleased]

## [1.3.1] - 2023-10-22

### Fixed
- Fixed a text wraping issue for greeting message.

## [1.3.0] - 2023-10-20

### Added
Expand Down Expand Up @@ -37,7 +42,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- Emoji support for a fun design
- More than 30 supported brand links

[unreleased]: https://github.com/Chrede88/L1nkr/compare/v1.3.0...HEAD
[unreleased]: https://github.com/Chrede88/L1nkr/compare/v1.3.1...HEAD
[1.3.1]: https://github.com/Chrede88/L1nkr/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/Chrede88/L1nkr/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/Chrede88/L1nkr/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/Chrede88/L1nkr/compare/v1.0.0...v1.1.0
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 @@
/*! L1nkr v1.3.0 | MIT License | https://github.com/Chrede88/L1nkr */
/*! L1nkr v1.3.1 | MIT License | https://github.com/Chrede88/L1nkr */

/*! tailwindcss v3.3.3 | 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 @@
/*! L1nkr v1.3.0 | MIT License | https://github.com/Chrede88/L1nkr */
/*! L1nkr v1.3.1 | MIT License | https://github.com/Chrede88/L1nkr */

@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": "l1nkr",
"version": "1.3.0",
"version": "1.3.1",
"description": "L1nkr theme for Hugo",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f5f461a

Please sign in to comment.