Skip to content

Commit 914f339

Browse files
author
waitingsong
committed
v23.25.0
1 parent a7b9013 commit 914f339

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.0](https://github.com/waitingsong/shared/compare/v23.24.1...v23.25.0) (2024-11-20)
7+
8+
9+
### Features
10+
11+
* **core:** update getCallerInfo() ([c19199a](https://github.com/waitingsong/shared/commit/c19199ac56e13b18a6c2a59c3b89a4038631e6d6))
12+
13+
14+
15+
16+
617
## [23.24.1](https://github.com/waitingsong/shared/compare/v23.24.0...v23.24.1) (2024-11-20)
718

819

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "23.24.1",
2+
"version": "23.25.0",
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.0](https://github.com/waitingsong/shared/compare/v23.24.1...v23.25.0) (2024-11-20)
7+
8+
9+
### Features
10+
11+
* **core:** update getCallerInfo() ([c19199a](https://github.com/waitingsong/shared/commit/c19199ac56e13b18a6c2a59c3b89a4038631e6d6))
12+
13+
14+
15+
16+
617
## [23.24.1](https://github.com/waitingsong/shared/compare/v23.24.0...v23.24.1) (2024-11-20)
718

819

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.24.1",
4+
"version": "23.25.0",
55
"description": "node core function re export with Promise or Observable",
66
"keywords": [
77
"node",

0 commit comments

Comments
 (0)