Skip to content

Commit

Permalink
🔖 Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guirdo committed May 28, 2023
1 parent d3d80ad commit e309962
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

<a name="1.1.0"></a>
## 1.1.0 (2023-05-14)

### Changed

- ⚡ Add Result route [[d3d80ad](https://github.com/Guirdo/cadaver-exquisito/commit/d3d80ad4844d2550e9e52348976d26f88f1ecea9)]
- 🚚 Move Result component to its own folder [[23a89e3](https://github.com/Guirdo/cadaver-exquisito/commit/23a89e3a9123f50fe487993fea4aa35e58a1f58b)]
- 🗃️ Add Result.helper for fetching a result [[f7f70b3](https://github.com/Guirdo/cadaver-exquisito/commit/f7f70b37460818f708cc286053ca0e42cc909996)]

### Miscellaneous

- 🧩 Add PlayerList component [[b14bb14](https://github.com/Guirdo/cadaver-exquisito/commit/b14bb14faced13a4b85498d11c6e66527ea7175c)]
- 🧩 Add MessageList component [[115a43c](https://github.com/Guirdo/cadaver-exquisito/commit/115a43cc902e651e6a6dd26acf5aa0a9302916f1)]
- ⚰️ Remove Result component from Playground [[50db1fd](https://github.com/Guirdo/cadaver-exquisito/commit/50db1fd283b1b8b4fa9ff56eedeaca3c4dcc5cbd)]


<a name="1.0.1"></a>
## 1.0.1 (2023-04-28)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cadaver-exquisito",
"private": true,
"version": "1.0.1",
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite --host",
Expand Down

1 comment on commit e309962

@vercel
Copy link

@vercel vercel bot commented on e309962 May 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.