Skip to content

Commit 802b4f0

Browse files
authored
chore(main): release 1.1.0 (#19)
1 parent fa96526 commit 802b4f0

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/wellwelwel/jsonc.min/compare/v1.0.1...v1.1.0) (2024-08-22)
4+
5+
6+
### Features
7+
8+
* support for direct (global) browser import ([#15](https://github.com/wellwelwel/jsonc.min/issues/15)) ([d4c1c8e](https://github.com/wellwelwel/jsonc.min/commit/d4c1c8e4ee718350a8f8aa9eb2e507448d50b86e))
9+
310
## [1.0.1](https://github.com/wellwelwel/jsonc.min/compare/v1.0.0...v1.0.1) (2024-08-20)
411

512

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

0 commit comments

Comments
 (0)