Skip to content

Commit f23a6ab

Browse files
committed
bookmark: release v0.1.25
1 parent ed344ca commit f23a6ab

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.1.25](https://github.com/MicroAppJS/shared-utils/compare/v0.1.24...v0.1.25) (2021-09-06)
2+
3+
4+
### Features
5+
6+
* add uuid ([250ecd7](https://github.com/MicroAppJS/shared-utils/commit/250ecd7df85d41180022a1ab3ef3dd975b4405f7))
7+
18
## [0.1.24](https://github.com/MicroAppJS/shared-utils/compare/v0.1.23...v0.1.24) (2021-03-24)
29

310
## [0.1.23](https://github.com/MicroAppJS/shared-utils/compare/v0.1.22...v0.1.23) (2021-03-24)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@micro-app/shared-utils",
3-
"version": "0.1.24",
3+
"version": "0.1.25",
44
"description": "[Shared] shared utilities for micro-app.",
55
"main": "index.js",
6-
"typings":"index.d.ts",
6+
"typings": "index.d.ts",
77
"scripts": {
88
"prepublishOnly": "npm run test",
99
"lint": "eslint .",

0 commit comments

Comments
 (0)