Skip to content

Commit

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

## [Unreleased]

## [1.3.0] - 2023-10-20

### Added
- Support for emoji next to the author image (Github style)
- More supported link icons, total at 48.
- Added support for custom link icons.

## [1.2.0] - 2023-10-14

### Added
Expand All @@ -30,7 +37,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.2.0...HEAD
[unreleased]: https://github.com/Chrede88/L1nkr/compare/v1.3.0...HEAD
[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
[1.0.0]: https://github.com/Chrede88/L1nkr/releases/tag/v1.0.0
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.2.0 | MIT License | https://github.com/Chrede88/L1nkr */
/*! L1nkr v1.3.0 | 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.2.0 | MIT License | https://github.com/Chrede88/L1nkr */
/*! L1nkr v1.3.0 | 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.2.0",
"version": "1.3.0",
"description": "L1nkr theme for Hugo",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e89862c

Please sign in to comment.