Skip to content

Commit 3b17664

Browse files
chore(release): bump version and update CHANGELOG.md [skip ci] (#31)
This PR bumps the version in `package.json` and updates `docs/CHANGELOG.md`. Co-authored-by: Kit-p <[email protected]>
1 parent f0a2362 commit 3b17664

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.1.0](https://github.com/Kit-p/json-kit/compare/v1.0.3...v1.1.0) (2023-03-23)
2+
3+
### Features
4+
5+
- 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))
6+
7+
### Bug Fixes
8+
9+
- **ci:** update GitHub Actions ([#29](https://github.com/Kit-p/json-kit/issues/29)) ([d7c1408](https://github.com/Kit-p/json-kit/commit/d7c1408b4f395af9295c0da029e564944376e0cd))
10+
111
## [1.0.3](https://github.com/Kit-p/json-kit/compare/v1.0.2...v1.0.3) (2023-03-18)
212

313
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kit-p/json-kit",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "JSON Toolkit for (de)serialization | (un)minification | (de)compression",
55
"engines": {
66
"node": ">=16",

0 commit comments

Comments
 (0)