Skip to content

Commit 2b96994

Browse files
committed
release(packages/sui-logger): v1.3.0 [skip ci]
1 parent 7909816 commit 2b96994

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

packages/sui-logger/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# CHANGELOG
22

3+
# 1.3.0 (2024-10-14)
4+
5+
6+
### Bug Fixes
7+
8+
* fix typo ([145ca42](https://github.com/SUI-Components/sui/commit/145ca427a72e411b10b86824b48b692be41c4d28))
9+
10+
11+
### Features
12+
13+
* improve the documentation ([7db4964](https://github.com/SUI-Components/sui/commit/7db4964a5f8eb565cd0fb9105f8580e017868324))
14+
15+
16+
317
# 1.2.0 (2024-10-14)
418

519

packages/sui-logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@s-ui/logger",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Web app logger for both client and server side",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)