Skip to content

Commit

Permalink
Release v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Jun 20, 2024
1 parent 2fc51dd commit b6cf408
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 @@ -7,6 +7,8 @@ and this project doesn't adhere to Semantic Versioning, see [Versioning](./READM

## [Unreleased]

## [4] - 2024-06-20

### Fixes
- Fix Gauntlet crash on startup on macOS
- Fix Gauntlet crash on startup if there is no enabled plugins
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3
4
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.3.0",
"version": "0.4.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.3.0",
"version": "0.4.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 b6cf408

Please sign in to comment.