Skip to content

Commit

Permalink
chore(main): release 1.0.1 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel authored Aug 20, 2024
1 parent 6aecc37 commit 3fd3531
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.0.1](https://github.com/wellwelwel/jsonc.min/compare/v1.0.0...v1.0.1) (2024-08-20)


### Bug Fixes

* **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))


### Performance Improvements

* improve `toJSON` performance ([#5](https://github.com/wellwelwel/jsonc.min/issues/5)) ([e23bc16](https://github.com/wellwelwel/jsonc.min/commit/e23bc16edd1b76cd3c1a98f622bfa5301b6385dd))

## 1.0.0 (2024-07-18)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonc.min",
"version": "1.0.0",
"version": "1.0.1",
"description": "✨ Faster and safer JSON and JSONC minify, parse and stringify for JavaScript (Browser compatible) — 9kB.",
"main": "./lib/index.js",
"license": "MIT",
Expand Down

0 comments on commit 3fd3531

Please sign in to comment.