-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c3cc340
commit 2565c61
Showing
2 changed files
with
56 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# Changelog | ||
|
||
|
||
## v0.1.0 | ||
|
||
|
||
### 🚀 Enhancements | ||
|
||
- Tests ([8dd5cb7](https://github.com/hmbanan666/chat-game/commit/8dd5cb7)) | ||
- Conventional commits ([4cc6d9b](https://github.com/hmbanan666/chat-game/commit/4cc6d9b)) | ||
- Migrate dependabot to renovate ([31bfaca](https://github.com/hmbanan666/chat-game/commit/31bfaca)) | ||
- ⚠️ Support i18n ([a07e69e](https://github.com/hmbanan666/chat-game/commit/a07e69e)) | ||
|
||
### 🩹 Fixes | ||
|
||
- Minor changes ([7155754](https://github.com/hmbanan666/chat-game/commit/7155754)) | ||
- Dockerfile ([7d6db81](https://github.com/hmbanan666/chat-game/commit/7d6db81)) | ||
- Image name ([326c600](https://github.com/hmbanan666/chat-game/commit/326c600)) | ||
- Types error ([9217656](https://github.com/hmbanan666/chat-game/commit/9217656)) | ||
|
||
### 💅 Refactors | ||
|
||
- Docker image name ([34cfb54](https://github.com/hmbanan666/chat-game/commit/34cfb54)) | ||
|
||
### 📖 Documentation | ||
|
||
- Contributors section ([eec597b](https://github.com/hmbanan666/chat-game/commit/eec597b)) | ||
- Alt contributors image ([d97a02a](https://github.com/hmbanan666/chat-game/commit/d97a02a)) | ||
|
||
### 🏡 Chore | ||
|
||
- Component test ([e082ce0](https://github.com/hmbanan666/chat-game/commit/e082ce0)) | ||
- Resolve conflicts ([88b44cc](https://github.com/hmbanan666/chat-game/commit/88b44cc)) | ||
- Update contributors ([e65eb73](https://github.com/hmbanan666/chat-game/commit/e65eb73)) | ||
- Regenerate package lock ([705de63](https://github.com/hmbanan666/chat-game/commit/705de63)) | ||
- Remove unused code ([6192687](https://github.com/hmbanan666/chat-game/commit/6192687)) | ||
- Remove default html attr lang ([02bf56b](https://github.com/hmbanan666/chat-game/commit/02bf56b)) | ||
|
||
### 🤖 CI | ||
|
||
- Simplify docker build ([817b447](https://github.com/hmbanan666/chat-game/commit/817b447)) | ||
- Add step buildx ([ccfc9c1](https://github.com/hmbanan666/chat-game/commit/ccfc9c1)) | ||
- Test plan ([875bbd1](https://github.com/hmbanan666/chat-game/commit/875bbd1)) | ||
- Docker image name ([eb8a7ea](https://github.com/hmbanan666/chat-game/commit/eb8a7ea)) | ||
- Contributor credits plan ([b6f1820](https://github.com/hmbanan666/chat-game/commit/b6f1820)) | ||
- Welcome plan ([505b857](https://github.com/hmbanan666/chat-game/commit/505b857)) | ||
|
||
#### ⚠️ Breaking Changes | ||
|
||
- ⚠️ Support i18n ([a07e69e](https://github.com/hmbanan666/chat-game/commit/a07e69e)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Hywax ([@hywax](http://github.com/hywax)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "chat-game", | ||
"type": "module", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "Chat Game for Twitch", | ||
"author": "Nick Kosarev <[email protected]>", | ||
"license": "MIT", | ||
|