diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index edda793..acf3eb7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ on: - '*' jobs: - publish: + build: runs-on: ubuntu-22.04 steps: - name: Checkout diff --git a/CHANGELOG.md b/CHANGELOG.md index ae65962..dbd2ecb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Geode for VS Code Changelog +## [v1.13.4] + - Actually include sharp binaries for all platforms, by switching to pnpm + +## [v1.13.3] + - Include sharp binaries for every platform, preventing issues on non Windows + +## [v1.13.2] + - Add new keys to `mod.json` like `tags`, `superseded`, and etc + - Action is now published from GitHub workflow + ## [v1.13.1] - Undeprecate `repository` in `mod.json` since `links` isn't implemented client-side yet diff --git a/package.json b/package.json index f8ffe54..36c644d 100644 --- a/package.json +++ b/package.json @@ -2,15 +2,23 @@ "name": "geode", "displayName": "Geode", "description": "Utilities for the Geode Geometry Dash modding framework", - "version": "1.13.3", + "version": "1.13.4", "engines": { "vscode": "^1.72.0" }, "packageManager": "pnpm@9.x", "pnpm": { "supportedArchitectures": { - "os": ["current", "linux", "win32", "darwin"], - "cpu": ["x64", "arm64"] + "os": [ + "current", + "linux", + "win32", + "darwin" + ], + "cpu": [ + "x64", + "arm64" + ] } }, "author": { @@ -237,4 +245,4 @@ "semver": "^7.5.4", "sharp": "^0.33.4" } -} +} \ No newline at end of file