Skip to content

Commit 3fd3531

Browse files
authored
chore(main): release 1.0.1 (#12)
1 parent 6aecc37 commit 3fd3531

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/wellwelwel/jsonc.min/compare/v1.0.0...v1.0.1) (2024-08-20)
4+
5+
6+
### Bug Fixes
7+
8+
* **typings:** support generic type parameter to `parse` method ([#7](https://github.com/wellwelwel/jsonc.min/issues/7)) ([fea1d02](https://github.com/wellwelwel/jsonc.min/commit/fea1d029c00b8fa9f2de318209ce54a9eb171532))
9+
10+
11+
### Performance Improvements
12+
13+
* improve `toJSON` performance ([#5](https://github.com/wellwelwel/jsonc.min/issues/5)) ([e23bc16](https://github.com/wellwelwel/jsonc.min/commit/e23bc16edd1b76cd3c1a98f622bfa5301b6385dd))
14+
315
## 1.0.0 (2024-07-18)
416

517

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": "1.0.0",
3+
"version": "1.0.1",
44
"description": "✨ Faster and safer JSON and JSONC minify, parse and stringify for JavaScript (Browser compatible) — 9kB.",
55
"main": "./lib/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)