Skip to content

Commit

Permalink
chore(main): release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Aug 22, 2024
1 parent fa96526 commit 9eaad19
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/wellwelwel/jsonc.min/compare/v1.0.1...v1.1.0) (2024-08-22)


### Features

* support for direct (global) browser import ([#15](https://github.com/wellwelwel/jsonc.min/issues/15)) ([d4c1c8e](https://github.com/wellwelwel/jsonc.min/commit/d4c1c8e4ee718350a8f8aa9eb2e507448d50b86e))

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


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

0 comments on commit 9eaad19

Please sign in to comment.