diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d299b7..727380d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ All notable changes to this project will be documented in this file. ### Bug Fixes +- Boss and pet delete queue + +### Features + +- Add a new boss +- Boss can now be attacker on user click on it +- Add particle on boss spawn + +## [0.3.1] - 2023-11-22 + +### Bug Fixes + - Set portal in background when splashscreen finished ### Features @@ -24,6 +36,7 @@ All notable changes to this project will be documented in this file. ### Update - 0.3.0 changelog +- Readme and changelog ## [0.3.0] - 2023-11-21 diff --git a/README.md b/README.md index bc453d5..95610db 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ No special requirements or dependencies. Just install the extension and start gr 2. Open the command palette (Ctrl+Shift+P on Windows/Linux, Cmd+Shift+P on Mac) 3. Type "Tamagotchi" and select "Tamagotchi: Start" 4. Start coding and watch your pets grow! +5. If bosses appear, you can click on them to defeat them and save your pets! ## Roadmap @@ -40,6 +41,20 @@ No special requirements or dependencies. Just install the extension and start gr ## Release Notes +### 0.3.2 + +🚀🚀🚀 BOSS UPDATE 🚀🚀🚀 + +### Bug Fixes + +- Boss and pet delete queue + +### Features + +- Add a new boss +- Boss can now be attacker on user click on it +- Add particle on boss spawn + ### 0.3.1 ### Bug Fixes