Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool committed Jun 29, 2024
1 parent 2c4afa2 commit 00eb891
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '*'

jobs:
publish:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -237,4 +245,4 @@
"semver": "^7.5.4",
"sharp": "^0.33.4"
}
}
}

0 comments on commit 00eb891

Please sign in to comment.