Skip to content

Commit

Permalink
Prepare for v8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Sep 7, 2024
1 parent e59bdd5 commit 56096f8
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]

## [8] - 2024-09-07

### Plugin API
- Command Generator functions are no longer needlessly called after every entrypoint click in main window

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7
8
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.7.0",
"version": "0.8.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.7.0",
"version": "0.8.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 56096f8

Please sign in to comment.