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 11, 2023
1 parent b85450f commit f1ec1f2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]

## [1.6.0] - 2023-11-11

### Added
- Support for icon name in link. Set `icontext: true` in `params.yaml`.

### Changed
- Updated icons to follow the general style convention. All supported icons now conform to the same style template.
- Updated promotional images for the theme.

## [1.5.3] - 2023-11-09

### Golang
Expand Down Expand Up @@ -89,7 +98,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.5.3...HEAD
[unreleased]: https://github.com/Chrede88/L1nkr/compare/v1.6.0...HEAD
[1.6.0]: https://github.com/Chrede88/L1nkr/compare/v1.5.3...v1.6.0
[1.5.3]: https://github.com/Chrede88/L1nkr/compare/v1.5.2...v1.5.3
[1.5.2]: https://github.com/Chrede88/L1nkr/compare/v1.5.1...v1.5.2
[1.5.1]: https://github.com/Chrede88/L1nkr/compare/v1.5.0...v1.5.1
Expand Down
2 changes: 1 addition & 1 deletion assets/css/compiled/main.css
@@ -1,4 +1,4 @@
/*! L1nkr v1.5.3| MIT License | https://github.com/Chrede88/L1nkr */
/*! L1nkr v1.6.0| MIT License | https://github.com/Chrede88/L1nkr */

/*! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com */

Expand Down
2 changes: 1 addition & 1 deletion assets/css/main.css
@@ -1,4 +1,4 @@
/*! L1nkr v1.5.3| MIT License | https://github.com/Chrede88/L1nkr */
/*! L1nkr v1.6.0| MIT License | https://github.com/Chrede88/L1nkr */

@tailwind base;
@tailwind components;
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "l1nkr",
"version": "1.5.3",
"version": "1.6.0",
"description": "L1nkr theme for Hugo",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f1ec1f2

Please sign in to comment.