Skip to content

Commit 56096f8

Browse files
committed
Prepare for v8 release
1 parent e59bdd5 commit 56096f8

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ For changes in `@project-gauntlet/tools` see [separate CHANGELOG.md](https://git
99

1010
## [Unreleased]
1111

12+
## [8] - 2024-09-07
13+
1214
### Plugin API
1315
- Command Generator functions are no longer needlessly called after every entrypoint click in main window
1416

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7
1+
8

js/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@project-gauntlet/api",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"type": "module",
55
"exports": {
66
"./components": {

js/deno/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@project-gauntlet/deno",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"type": "module",
55
"exports": {
66
".": {

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)