@wppconnect/wa-version 1.5.4247 → 1.5.4249
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.1038478904-alpha.html +0 -82
- package/html/2.3000.1038487394-alpha.html +0 -82
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## <small>1.5.4249 (2026-06-30)</small>
|
|
2
|
+
|
|
3
|
+
- chore: Updated versions.json ([9e98ce3](https://github.com/wppconnect-team/wa-version/commit/9e98ce3))
|
|
4
|
+
- fix: Removed outdated version: 2.3000.1038487394-alpha ([161cac3](https://github.com/wppconnect-team/wa-version/commit/161cac3))
|
|
5
|
+
|
|
6
|
+
## <small>1.5.4248 (2026-06-30)</small>
|
|
7
|
+
|
|
8
|
+
- chore: Updated versions.json ([ee5a184](https://github.com/wppconnect-team/wa-version/commit/ee5a184))
|
|
9
|
+
- fix: Removed outdated version: 2.3000.1038478904-alpha ([9952acd](https://github.com/wppconnect-team/wa-version/commit/9952acd))
|
|
10
|
+
|
|
1
11
|
## <small>1.5.4247 (2026-06-30)</small>
|
|
2
12
|
|
|
3
13
|
- fix: Added new version: 2.3000.1042371453-alpha ([19f856f](https://github.com/wppconnect-team/wa-version/commit/19f856f))
|
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.1042377932-alpha",
|
|
4
4
|
"versions": [
|
|
5
|
-
{
|
|
6
|
-
"version": "2.3000.1038469210-alpha",
|
|
7
|
-
"beta": false,
|
|
8
|
-
"released": "2026-04-30T02:38:18.212Z",
|
|
9
|
-
"expire": "2026-06-30T02:38:18.212Z"
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"version": "2.3000.1038478904-alpha",
|
|
13
|
-
"beta": false,
|
|
14
|
-
"released": "2026-04-30T05:55:18.211Z",
|
|
15
|
-
"expire": "2026-06-30T05:55:18.211Z"
|
|
16
|
-
},
|
|
17
5
|
{
|
|
18
6
|
"version": "2.3000.1038487394-alpha",
|
|
19
7
|
"beta": false,
|
|
@@ -1719,5 +1707,5 @@
|
|
|
1719
1707
|
"expire": "2026-08-30T05:54:50.551Z"
|
|
1720
1708
|
}
|
|
1721
1709
|
],
|
|
1722
|
-
"currentAlpha": "2.3000.
|
|
1710
|
+
"currentAlpha": "2.3000.1042377932-alpha"
|
|
1723
1711
|
}
|