Skip to content

Commit

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

## [Unreleased]

## [1.9.2] - 2024-11-02

### Added
- New icon `SSH-key`
- New icon `Certifications`
Expand Down Expand Up @@ -166,7 +168,9 @@ 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.9.0...HEAD
[unreleased]: https://github.com/Chrede88/L1nkr/compare/v1.9.2...HEAD
[1.9.2]: https://github.com/Chrede88/L1nkr/compare/v1.9.1...v1.9.2
[1.9.1]: https://github.com/Chrede88/L1nkr/compare/v1.9.0...v1.9.1
[1.9.0]: https://github.com/Chrede88/L1nkr/compare/v1.8.6...v1.9.0
[1.8.6]: https://github.com/Chrede88/L1nkr/compare/v1.8.5...v1.8.6
[1.8.5]: https://github.com/Chrede88/L1nkr/compare/v1.8.4...v1.8.5
Expand Down
6 changes: 3 additions & 3 deletions assets/css/compiled/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! L1nkr v1.9.1 | MIT License | https://github.com/Chrede88/L1nkr */
/*! L1nkr v1.9.2 | MIT License | https://github.com/Chrede88/L1nkr */

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

Expand Down Expand Up @@ -1176,11 +1176,11 @@ video {

.link-ssh-key,
.link-SSH-Key {
background-color: #3C62A1;
background-color: #3c62a1;
}

.link-certifications {
background-color: #3CA149;
background-color: #3ca149;
}

@media (hover: hover) and (pointer: fine) {
Expand Down
8 changes: 4 additions & 4 deletions assets/css/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! L1nkr v1.9.1 | MIT License | https://github.com/Chrede88/L1nkr */
/*! L1nkr v1.9.2 | MIT License | https://github.com/Chrede88/L1nkr */

@tailwind base;
@tailwind components;
Expand Down Expand Up @@ -248,8 +248,8 @@
}
.link-ssh-key,
.link-SSH-Key {
background-color: #3C62A1;
background-color: #3c62a1;
}
.link-certifications {
background-color: #3CA149;
}
background-color: #3ca149;
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit 9949a2f

Please sign in to comment.