We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01fceb commit c16905bCopy full SHA for c16905b
3 files changed
CHANGELOG.md
@@ -3,6 +3,7 @@
3
# Change Log
4
5
## [Unreleased]
6
+## [1.0.4] 2025-06-26
7
8
### Added
9
ccmod.json
@@ -1,6 +1,6 @@
1
{
2
"id": "ccmodmanager",
- "version": "1.0.3",
+ "version": "1.0.4",
"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