Skip to content

Commit

Permalink
🔖 Preparing release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrede88 committed Oct 13, 2023
1 parent 5785da8 commit a794280
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions 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.1.0] - 2023-10-13

### Added
- More icons, now 43 in total

## [1.0.0] - 2023-10-12

### Added
Expand All @@ -15,4 +20,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- More than 30 supported brand links

[unreleased]: https://github.com/Chrede88/L1nkr/compare/v1.0.0...HEAD
[1.1.0]: https://github.com/Chrede88/L1nkr/compare/v1.1.0...v1.0.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.0.0 | MIT License | https://github.com/Chrede88/L1nkr */
/*! L1nkr v1.1.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.0.0 | MIT License | https://github.com/Chrede88/L1nkr */
/*! L1nkr v1.1.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.0.0",
"version": "1.1.0",
"description": "L1nkr theme for Hugo",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a794280

Please sign in to comment.