Skip to content

Commit

Permalink
Prepare for v9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Sep 15, 2024
1 parent ba86afa commit 2cf4816
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ For changes in `@project-gauntlet/tools` see [separate CHANGELOG.md](https://git

## [Unreleased]

## [9] - 2024-09-15

### Plugin API
- New React Hooks
- `usePromise`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8
9
2 changes: 1 addition & 1 deletion js/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-gauntlet/api",
"version": "0.8.0",
"version": "0.9.0",
"type": "module",
"exports": {
"./components": {
Expand Down
2 changes: 1 addition & 1 deletion js/deno/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-gauntlet/deno",
"version": "0.8.0",
"version": "0.9.0",
"type": "module",
"exports": {
".": {
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.

0 comments on commit 2cf4816

Please sign in to comment.