@qn-pandora/pandora-tools 2.0.4 → 2.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +24 -0
- package/CHANGELOG.md +17 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
@@ -1,6 +1,30 @@
|
|
1
1
|
{
|
2
2
|
"name": "@qn-pandora/pandora-tools",
|
3
3
|
"entries": [
|
4
|
+
{
|
5
|
+
"version": "2.0.6",
|
6
|
+
"tag": "@qn-pandora/pandora-tools_v2.0.6",
|
7
|
+
"date": "Wed, 11 Jan 2023 08:25:05 GMT",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"comment": "2023-01-11 发布"
|
12
|
+
}
|
13
|
+
]
|
14
|
+
}
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"version": "2.0.5",
|
18
|
+
"tag": "@qn-pandora/pandora-tools_v2.0.5",
|
19
|
+
"date": "Tue, 10 Jan 2023 03:03:58 GMT",
|
20
|
+
"comments": {
|
21
|
+
"patch": [
|
22
|
+
{
|
23
|
+
"comment": "2023-01-10 发布"
|
24
|
+
}
|
25
|
+
]
|
26
|
+
}
|
27
|
+
},
|
4
28
|
{
|
5
29
|
"version": "2.0.4",
|
6
30
|
"tag": "@qn-pandora/pandora-tools_v2.0.4",
|
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,22 @@
|
|
1
1
|
# Change Log - @qn-pandora/pandora-tools
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Wed, 11 Jan 2023 08:25:05 GMT and should not be manually modified.
|
4
|
+
|
5
|
+
## 2.0.6
|
6
|
+
|
7
|
+
Wed, 11 Jan 2023 08:25:05 GMT
|
8
|
+
|
9
|
+
### Patches
|
10
|
+
|
11
|
+
- 2023-01-11 发布
|
12
|
+
|
13
|
+
## 2.0.5
|
14
|
+
|
15
|
+
Tue, 10 Jan 2023 03:03:58 GMT
|
16
|
+
|
17
|
+
### Patches
|
18
|
+
|
19
|
+
- 2023-01-10 发布
|
4
20
|
|
5
21
|
## 2.0.4
|
6
22
|
|