From a8a45f35b1de9cf5cb58a909ea92fe9e585b78ed Mon Sep 17 00:00:00 2001 From: Jens Gatzweiler Date: Sun, 1 Dec 2024 21:16:26 +0100 Subject: [PATCH] chore(main): release 1.0.8 (#19) --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 1437a2c..5928514 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.7" + ".": "1.0.8" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 56b4d94..cfe47c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog +## [1.0.8](https://github.com/Lichthagel/lichtHikari/compare/v1.0.7...v1.0.8) (2024-12-01) + + +### Bug Fixes + +* **deps:** update dependency @iconify-json/lucide to v1.2.17 ([#35](https://github.com/Lichthagel/lichtHikari/issues/35)) ([6b1dd25](https://github.com/Lichthagel/lichtHikari/commit/6b1dd25edbc76b7c5c596a66bb8845c04ff1318b)) +* **deps:** update dependency @iconify/json to v2.2.274 ([#18](https://github.com/Lichthagel/lichtHikari/issues/18)) ([6e75ac1](https://github.com/Lichthagel/lichtHikari/commit/6e75ac1a1b67323f26abc8d498a0a2c6f127469a)) +* **deps:** update dependency @iconify/json to v2.2.276 ([#25](https://github.com/Lichthagel/lichtHikari/issues/25)) ([c594837](https://github.com/Lichthagel/lichtHikari/commit/c5948375e7c04f0498b9750cfa3210508207fa63)) +* **deps:** update dependency unplugin-icons to v0.20.2 ([#29](https://github.com/Lichthagel/lichtHikari/issues/29)) ([3d6cf27](https://github.com/Lichthagel/lichtHikari/commit/3d6cf274c99e532c7aca4f257fcbd86518093f17)) + ## [1.0.7](https://github.com/Lichthagel/lichtHikari/compare/v1.0.6...v1.0.7) (2024-11-17) diff --git a/package.json b/package.json index 3ca4876..a6e36eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lichthikari", - "version": "1.0.7", + "version": "1.0.8", "description": "User script with various tweaks for AniList ", "type": "module", "scripts": {