Skip to content

Commit 18a982e

Browse files
committed
chore(release): publish
- @nezuchan/utilities@0.3.0
1 parent 1d0f493 commit 18a982e

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

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.

packages/utilities/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.3.0](https://github.com/NezuChan/utilities/compare/@nezuchan/utilities@0.2.0...@nezuchan/utilities@0.3.0) (2023-04-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update all non-major dependencies ([497af6a](https://github.com/NezuChan/utilities/commit/497af6adf829cd5d7a04edbefb31dcc022ecb881))
12+
* tsconfig issues ([77d7caf](https://github.com/NezuChan/utilities/commit/77d7caf1d0025325a077b5ba043b3d5093fe803b))
13+
14+
15+
### Features
16+
17+
* add redis sscan utilities ([1d0f493](https://github.com/NezuChan/utilities/commit/1d0f49325e72636fb5856c255c8025cb4bd85e7c))
18+
19+
20+
21+
22+
623
# [0.2.0](https://github.com/NezuChan/utilities/compare/@nezuchan/utilities@0.1.1...@nezuchan/utilities@0.2.0) (2023-03-19)
724

825

packages/utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nezuchan/utilities",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A package that contains shared utilities",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)