Skip to content

Commit

Permalink
chore(release): v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hmbanan666 committed Jun 25, 2024
1 parent 6f79b0a commit b713aaf
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,44 @@
# Changelog


## v0.2.0

[compare changes](https://github.com/hmbanan666/chat-game/compare/v0.1.0...v0.2.0)

### 🚀 Enhancements

- Fetch data from api ([#173](https://github.com/hmbanan666/chat-game/pull/173))
- Dev containers ([#174](https://github.com/hmbanan666/chat-game/pull/174))
- Getting data by wrapper, not direct fetch ([#178](https://github.com/hmbanan666/chat-game/pull/178))
- Svelte store for game options ([#179](https://github.com/hmbanan666/chat-game/pull/179))

### 🩹 Fixes

- Take locale on hook, use custom dictionary ([ca8dd63](https://github.com/hmbanan666/chat-game/commit/ca8dd63))
- Dev container ([#175](https://github.com/hmbanan666/chat-game/pull/175))
- House icon, not home anymore ([#181](https://github.com/hmbanan666/chat-game/pull/181))

### 📦 Build

- ⚠️ Migrate npm to yarn ([b314be9](https://github.com/hmbanan666/chat-game/commit/b314be9))

### 🏡 Chore

- Lock file ([1abc6b0](https://github.com/hmbanan666/chat-game/commit/1abc6b0))
- Rollback release check ([d211552](https://github.com/hmbanan666/chat-game/commit/d211552))
- Removed sveltekit-i18n ([a0d4142](https://github.com/hmbanan666/chat-game/commit/a0d4142))
- Some refactoring and new tests ([#177](https://github.com/hmbanan666/chat-game/pull/177))

#### ⚠️ Breaking Changes

- ⚠️ Migrate npm to yarn ([b314be9](https://github.com/hmbanan666/chat-game/commit/b314be9))

### ❤️ Contributors

- Nick Kosarev ([@hmbanan666](http://github.com/hmbanan666))
- Alexander ([@hywax](http://github.com/hywax))
- Hywax ([@hywax](http://github.com/hywax))

## v0.1.0


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chat-game",
"type": "module",
"version": "0.1.0",
"version": "0.2.0",
"description": "Chat Game for Twitch",
"author": "Nick Kosarev <hmbanan666@hotmail.com>",
"license": "MIT",
Expand Down

0 comments on commit b713aaf

Please sign in to comment.