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