We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369aa7e commit c91a66bCopy full SHA for c91a66b
3 files changed
CHANGELOG.md
@@ -3,6 +3,7 @@
3
# Change Log
4
5
## [Unreleased]
6
+## [0.9.22] 2024-09-15
7
8
### Added
9
ccmod.json
@@ -1,6 +1,6 @@
1
{
2
"id": "ccmodmanager",
- "version": "0.9.21",
+ "version": "0.9.22",
"title": "CCModManager",
"description": "Mod manager for CrossCode!",
"repository": "https://github.com/CCDirectLink/CCModManager",
package.json
"name": "ccmodmanager",
"scripts": {
"start": "npx esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --outfile=plugin.js src/plugin.ts",
"watch": "npx esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --watch --outfile=plugin.js src/plugin.ts",
0 commit comments