Skip to content

Commit cf98b9f

Browse files
author
krypciak
committed
v1.0.0
1 parent a329233 commit cf98b9f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Change Log
44

55
## [Unreleased]
6+
## [1.0.0] 2024-09-19
67

78
### Changed
89

ccmod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "ccmodmanager",
3-
"version": "0.9.22",
3+
"version": "1.0.0",
44
"title": "CCModManager",
55
"description": "Mod manager for CrossCode!",
66
"repository": "https://github.com/CCDirectLink/CCModManager",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ccmodmanager",
3-
"version": "0.9.22",
3+
"version": "1.0.0",
44
"scripts": {
55
"start": "npx esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --outfile=plugin.js src/plugin.ts",
66
"watch": "npx esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --watch --outfile=plugin.js src/plugin.ts",

0 commit comments

Comments
 (0)