Skip to content

Commit 30182f2

Browse files
committed
chore(release): 0.23.1
1 parent a481474 commit 30182f2

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.23.1](https://github.com/stfsy/node-api-kit/issues/compare/v0.23.0...v0.23.1) (2024-08-25)
6+
7+
8+
### Bug Fixes
9+
10+
* **html-encoder:** do not try to encode null values ([d36eb96](https://github.com/stfsy/node-api-kit/issues/commit/d36eb964d3598230b1bf52d4086fc62ebc834c88))
11+
12+
13+
### Chores
14+
15+
* **deps:** bump micromatch from 4.0.5 to 4.0.8 ([3faf3ea](https://github.com/stfsy/node-api-kit/issues/commit/3faf3ea729532f42a7d8ec052c4c16849361d90d))
16+
* **deps:** update dependencies ([aec0200](https://github.com/stfsy/node-api-kit/issues/commit/aec0200da965d5f697f695e308212931eab84044))
17+
* **package:** add script to release patch version ([ff5b53b](https://github.com/stfsy/node-api-kit/issues/commit/ff5b53b974d90a446606e34e97294a5a243cc323))
18+
519
## [0.23.0](https://github.com/stfsy/node-api-kit/issues/compare/v0.22.0...v0.23.0) (2024-08-20)
620

721

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stfsy/api-kit",
3-
"version": "0.23.0",
3+
"version": "0.23.1",
44
"description": "Simple scheduling and queueing",
55
"engines": {
66
"node": ">= 18"
@@ -96,4 +96,4 @@
9696
"supertest": "^7.0.0",
9797
"typescript": "^5.5.4"
9898
}
99-
}
99+
}

0 commit comments

Comments
 (0)