diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 2563ed6..54b3107 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.1.0](https://github.com/Kit-p/json-kit/compare/v1.0.3...v1.1.0) (2023-03-23) + +### Features + +- output and accept base64url instead of base64 ([#30](https://github.com/Kit-p/json-kit/issues/30)) ([f0a2362](https://github.com/Kit-p/json-kit/commit/f0a23622301192cee709f56da124db4a36e3c784)) + +### Bug Fixes + +- **ci:** update GitHub Actions ([#29](https://github.com/Kit-p/json-kit/issues/29)) ([d7c1408](https://github.com/Kit-p/json-kit/commit/d7c1408b4f395af9295c0da029e564944376e0cd)) + ## [1.0.3](https://github.com/Kit-p/json-kit/compare/v1.0.2...v1.0.3) (2023-03-18) ### Bug Fixes diff --git a/package.json b/package.json index 936a2b7..724ab1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kit-p/json-kit", - "version": "1.0.3", + "version": "1.1.0", "description": "JSON Toolkit for (de)serialization | (un)minification | (de)compression", "engines": { "node": ">=16",