Skip to content

Commit 5dcf92c

Browse files
author
waitingsong
committed
v23.25.2
1 parent f967ce9 commit 5dcf92c

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [23.25.2](https://github.com/waitingsong/shared/compare/v23.25.1...v23.25.2) (2024-11-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** getCallerInfo() ([f967ce9](https://github.com/waitingsong/shared/commit/f967ce9da5bb55e397b4c2ae1b16eb83c0a48786))
12+
13+
14+
15+
16+
617
## [23.25.1](https://github.com/waitingsong/shared/compare/v23.25.0...v23.25.1) (2024-11-20)
718

819
**Note:** Version bump only for package @waiting/shared

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "23.25.1",
2+
"version": "23.25.2",
33
"command": {
44
"publish": {
55
"ignoreChanges": [

packages/core/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [23.25.2](https://github.com/waitingsong/shared/compare/v23.25.1...v23.25.2) (2024-11-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** getCallerInfo() ([f967ce9](https://github.com/waitingsong/shared/commit/f967ce9da5bb55e397b4c2ae1b16eb83c0a48786))
12+
13+
14+
15+
16+
617
## [23.25.1](https://github.com/waitingsong/shared/compare/v23.25.0...v23.25.1) (2024-11-20)
718

819
**Note:** Version bump only for package @waiting/shared-core

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@waiting/shared-core",
33
"author": "waiting",
4-
"version": "23.25.1",
4+
"version": "23.25.2",
55
"description": "node core function re export with Promise or Observable",
66
"keywords": [
77
"node",

0 commit comments

Comments
 (0)