From 7ca9309adc09b2ed6f78c18349a621a0680ae8a6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Oct 2022 03:12:39 +0000 Subject: [PATCH] chore(release): 0.1.11 ## [0.1.11](https://github.com/justindujardin/angular-rpg/compare/v0.1.10...v0.1.11) (2022-10-27) ### Bug Fixes * **inventory:** allow swapping equipment without unequipping first ([73dd417](https://github.com/justindujardin/angular-rpg/commit/73dd41785ad4baa72229ca8c830777ee1e50db81)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91978025..c2219a0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.1.11](https://github.com/justindujardin/angular-rpg/compare/v0.1.10...v0.1.11) (2022-10-27) + + +### Bug Fixes + +* **inventory:** allow swapping equipment without unequipping first ([73dd417](https://github.com/justindujardin/angular-rpg/commit/73dd41785ad4baa72229ca8c830777ee1e50db81)) + ## [0.1.10](https://github.com/justindujardin/angular-rpg/compare/v0.1.9...v0.1.10) (2022-10-27)