Skip to content

Commit

Permalink
chore(release): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hmbanan666 committed Jun 20, 2024
1 parent c3cc340 commit 2565c61
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 1 deletion.
55 changes: 55 additions & 0 deletions CHANGELOG.md
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))

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.0.1",
"version": "0.1.0",
"description": "Chat Game for Twitch",
"author": "Nick Kosarev <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 2565c61

Please sign in to comment.