diff --git a/CHANGELOG.md b/CHANGELOG.md index ddbf5f2..f70729d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` @@ -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 diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 627364e..589d7a3 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -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 */ @@ -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) { diff --git a/assets/css/main.css b/assets/css/main.css index 814f397..43f3829 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -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; @@ -248,8 +248,8 @@ } .link-ssh-key, .link-SSH-Key { - background-color: #3C62A1; + background-color: #3c62a1; } .link-certifications { - background-color: #3CA149; -} \ No newline at end of file + background-color: #3ca149; +} diff --git a/package-lock.json b/package-lock.json index f092510..41cefc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "l1nkr", - "version": "1.8.6", + "version": "1.9.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 0473882..156f2d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "l1nkr", - "version": "1.9.1", + "version": "1.9.2", "description": "L1nkr theme for Hugo", "main": "index.js", "scripts": {