Skip to content

Commit

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

## [Unreleased]

## [1.7.0] - 2023-11-20
- Breaking change: Module name changed!
Name changed from `github.com/Chrede88/L1nkr` to `github.com/chrede88/L1nkr`. Update the module name in your site config: `./config/_default/hugo.yaml` and in `go.mod`.

## [1.6.0] - 2023-11-11

### Added
Expand Down Expand Up @@ -98,7 +102,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.6.0...HEAD
[unreleased]: https://github.com/Chrede88/L1nkr/compare/v1.7.0...HEAD
[1.7.0]: https://github.com/Chrede88/L1nkr/compare/v1.6.0...v1.7.0
[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
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.6.0| MIT License | https://github.com/Chrede88/L1nkr */
/*! L1nkr v1.7.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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! L1nkr v1.6.0| MIT License | https://github.com/Chrede88/L1nkr */
/*! L1nkr v1.7.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.6.0",
"version": "1.7.0",
"description": "L1nkr theme for Hugo",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1d2b17c

Please sign in to comment.