@wppconnect/wa-version 1.5.3457 → 1.5.3459
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 +12 -0
- package/package.json +1 -1
- package/versions.json +2 -8
- package/html/2.3000.1032033616-alpha.html +0 -81
- package/html/2.3000.1032040031-alpha.html +0 -81
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [1.5.3459](https://github.com/wppconnect-team/wa-version/compare/v1.5.3458...v1.5.3459) (2026-03-15)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- Removed outdated version: 2.3000.1032040031-alpha ([6b49717](https://github.com/wppconnect-team/wa-version/commit/6b49717057b7ce17874f90e175227d6226103f68))
|
|
6
|
+
|
|
7
|
+
## [1.5.3458](https://github.com/wppconnect-team/wa-version/compare/v1.5.3457...v1.5.3458) (2026-03-15)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- Removed outdated version: 2.3000.1032033616-alpha ([90355a4](https://github.com/wppconnect-team/wa-version/commit/90355a4990a98808728ac63f5a2971aa4991bd74))
|
|
12
|
+
|
|
1
13
|
## [1.5.3457](https://github.com/wppconnect-team/wa-version/compare/v1.5.3456...v1.5.3457) (2026-03-15)
|
|
2
14
|
|
|
3
15
|
### Bug Fixes
|
package/package.json
CHANGED
package/versions.json
CHANGED
|
@@ -1,13 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"currentBeta": null,
|
|
3
|
-
"currentVersion": "2.3000.
|
|
3
|
+
"currentVersion": "2.3000.1035205964-alpha",
|
|
4
4
|
"versions": [
|
|
5
|
-
{
|
|
6
|
-
"version": "2.3000.1032033616-alpha",
|
|
7
|
-
"beta": false,
|
|
8
|
-
"released": "2026-01-15T07:27:39.230Z",
|
|
9
|
-
"expire": "2026-03-15T07:27:39.230Z"
|
|
10
|
-
},
|
|
11
5
|
{
|
|
12
6
|
"version": "2.3000.1032040031-alpha",
|
|
13
7
|
"beta": false,
|
|
@@ -1599,5 +1593,5 @@
|
|
|
1599
1593
|
"expire": "2026-05-15T07:27:00.865Z"
|
|
1600
1594
|
}
|
|
1601
1595
|
],
|
|
1602
|
-
"currentAlpha": "2.3000.
|
|
1596
|
+
"currentAlpha": "2.3000.1035205964-alpha"
|
|
1603
1597
|
}
|