@wppconnect/wa-version 1.5.4093 → 1.5.4095
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.md +10 -0
- package/package.json +1 -1
- package/versions.json +2 -14
- package/html/2.3000.1036731287-alpha.html +0 -82
- package/html/2.3000.1036742827-alpha.html +0 -82
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## <small>1.5.4095 (2026-06-06)</small>
|
|
2
|
+
|
|
3
|
+
- chore: Updated versions.json ([516530b](https://github.com/wppconnect-team/wa-version/commit/516530b))
|
|
4
|
+
- fix: Removed outdated version: 2.3000.1036742827-alpha ([5e8eba5](https://github.com/wppconnect-team/wa-version/commit/5e8eba5))
|
|
5
|
+
|
|
6
|
+
## <small>1.5.4094 (2026-06-06)</small>
|
|
7
|
+
|
|
8
|
+
- chore: Updated versions.json ([40eb911](https://github.com/wppconnect-team/wa-version/commit/40eb911))
|
|
9
|
+
- fix: Removed outdated version: 2.3000.1036731287-alpha ([62c1ffe](https://github.com/wppconnect-team/wa-version/commit/62c1ffe))
|
|
10
|
+
|
|
1
11
|
## <small>1.5.4093 (2026-06-06)</small>
|
|
2
12
|
|
|
3
13
|
- fix: Added new version: 2.3000.1040981384-alpha ([3416038](https://github.com/wppconnect-team/wa-version/commit/3416038))
|
package/package.json
CHANGED
package/versions.json
CHANGED
|
@@ -1,19 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"currentBeta": null,
|
|
3
|
-
"currentVersion": "2.3000.
|
|
3
|
+
"currentVersion": "2.3000.1040984750-alpha",
|
|
4
4
|
"versions": [
|
|
5
|
-
{
|
|
6
|
-
"version": "2.3000.1036723045-alpha",
|
|
7
|
-
"beta": false,
|
|
8
|
-
"released": "2026-04-06T18:53:28.224Z",
|
|
9
|
-
"expire": "2026-06-06T18:53:28.224Z"
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"version": "2.3000.1036731287-alpha",
|
|
13
|
-
"beta": false,
|
|
14
|
-
"released": "2026-04-06T20:34:24.589Z",
|
|
15
|
-
"expire": "2026-06-06T20:34:24.589Z"
|
|
16
|
-
},
|
|
17
5
|
{
|
|
18
6
|
"version": "2.3000.1036742827-alpha",
|
|
19
7
|
"beta": false,
|
|
@@ -1827,5 +1815,5 @@
|
|
|
1827
1815
|
"expire": "2026-08-06T19:16:35.343Z"
|
|
1828
1816
|
}
|
|
1829
1817
|
],
|
|
1830
|
-
"currentAlpha": "2.3000.
|
|
1818
|
+
"currentAlpha": "2.3000.1040984750-alpha"
|
|
1831
1819
|
}
|