We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7909816 commit 2b96994Copy full SHA for 2b96994
packages/sui-logger/CHANGELOG.md
@@ -1,5 +1,19 @@
1
# CHANGELOG
2
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
17
# 1.2.0 (2024-10-14)
18
19
packages/sui-logger/package.json
@@ -1,6 +1,6 @@
{
"name": "@s-ui/logger",
- "version": "1.2.0",
+ "version": "1.3.0",
"description": "Web app logger for both client and server side",
"main": "lib/index.js",
"scripts": {
0 commit comments