diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6068d75 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2024-07-18) + + +### Features + +* JSON-C's birth ([2e6001e](https://github.com/wellwelwel/jsonc.min/commit/2e6001e49e44d08fa7e9d577e3f53a7f8f80c9b5)) diff --git a/package-lock.json b/package-lock.json index 3b94aaa..469ae44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jsonc.min", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "jsonc.min", - "version": "0.1.0", + "version": "1.0.0", "license": "MIT", "devDependencies": { "@biomejs/biome": "^1.8.3", diff --git a/package.json b/package.json index dbc4f44..19149f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsonc.min", - "version": "0.1.0", + "version": "1.0.0", "description": "✨ Safer JSON and JSONC minify, parse and stringify for JavaScript (Browser compatible).", "main": "./lib/index.js", "license": "MIT",