Skip to content

Commit 841ebab

Browse files
authored
chore(main): release 1.0.0 (#3)
1 parent 0d49cad commit 841ebab

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-07-18)
4+
5+
6+
### Features
7+
8+
* JSON-C's birth ([2e6001e](https://github.com/wellwelwel/jsonc.min/commit/2e6001e49e44d08fa7e9d577e3f53a7f8f80c9b5))

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonc.min",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "✨ Safer JSON and JSONC minify, parse and stringify for JavaScript (Browser compatible).",
55
"main": "./lib/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)