From 2ffb12058d0698d3691090606c5abd3e2d3651c0 Mon Sep 17 00:00:00 2001 From: sovnya Date: Fri, 5 Apr 2024 15:33:16 +0200 Subject: [PATCH] fix: Add AutoHookGenPatcher to dependencies --- Thunderstore/CHANGELOG.md | 11 +++++++++++ Thunderstore/manifest.json | 5 +++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Thunderstore/CHANGELOG.md b/Thunderstore/CHANGELOG.md index dc966d1..a9293b5 100644 --- a/Thunderstore/CHANGELOG.md +++ b/Thunderstore/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. +--- +## [1.1.0](https://github.com/bananasov/LethalVibrations/compare/v1.0.0..v1.1.0) - 2024-04-05 + +### Bug Fixes + +- Fix justfile moving and packaging Newtonsoft JSON dll - ([d0604b6](https://github.com/bananasov/LethalVibrations/commit/d0604b6f1d20d2fba319164bdf26782ec5af9369)) - sovnya + +### Features + +- Add vibrate on jumpscare - ([db1c708](https://github.com/bananasov/LethalVibrations/commit/db1c708ad0058c4a1cd91bfbc1c51533726dcd03)) - sovnya + --- ## [1.0.0](https://github.com/bananasov/LethalVibrations/compare/v0.3.0..v1.0.0) - 2024-04-05 diff --git a/Thunderstore/manifest.json b/Thunderstore/manifest.json index ef52d28..f6f88e5 100644 --- a/Thunderstore/manifest.json +++ b/Thunderstore/manifest.json @@ -1,9 +1,10 @@ { "name": "ViralTremors", - "version_number": "1.0.0", + "version_number": "1.1.0", "website_url": "https://github.com/bananasov/ViralTremors", "description": "Connect your buttplug to Content Warning", "dependencies": [ - "BepInEx-BepInExPack-5.4.2100" + "BepInEx-BepInExPack-5.4.2100", + "Hamunii-AutoHookGenPatcher-1.0.2" ] }