From 2ca1b618e67d49840a1342601a7c7344b4c73adb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 23 Nov 2022 17:05:36 +0000 Subject: [PATCH] chore(release): 0.3.2 ## [0.3.2](https://github.com/justindujardin/angular-rpg/compare/v0.3.1...v0.3.2) (2022-11-23) ### Bug Fixes * **animated:** fix async playChain ([94bd29c](https://github.com/justindujardin/angular-rpg/commit/94bd29c567c3bd0189799057f1ec194507b6cbb1)) ### Features * **testing:** add testCombatCreateComponent for building testable combat components ([b813191](https://github.com/justindujardin/angular-rpg/commit/b8131911e7ed6cd7fc6bd59cc4f58df3ad7fabb8)) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 702d4afc..614b80bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [0.3.2](https://github.com/justindujardin/angular-rpg/compare/v0.3.1...v0.3.2) (2022-11-23) + + +### Bug Fixes + +* **animated:** fix async playChain ([94bd29c](https://github.com/justindujardin/angular-rpg/commit/94bd29c567c3bd0189799057f1ec194507b6cbb1)) + + +### Features + +* **testing:** add testCombatCreateComponent for building testable combat components ([b813191](https://github.com/justindujardin/angular-rpg/commit/b8131911e7ed6cd7fc6bd59cc4f58df3ad7fabb8)) + ## [0.3.1](https://github.com/justindujardin/angular-rpg/compare/v0.3.0...v0.3.1) (2022-11-07)