@wppconnect/wa-version 1.5.3998 → 1.5.4000
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 -8
- package/html/2.3000.1035731846-alpha.html +0 -81
- package/html/2.3000.1035745556-alpha.html +0 -81
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## <small>1.5.4000 (2026-05-23)</small>
|
|
2
|
+
|
|
3
|
+
- chore: Updated versions.json ([68d0f61](https://github.com/wppconnect-team/wa-version/commit/68d0f61))
|
|
4
|
+
- fix: Removed outdated version: 2.3000.1035745556-alpha ([9ad7439](https://github.com/wppconnect-team/wa-version/commit/9ad7439))
|
|
5
|
+
|
|
6
|
+
## <small>1.5.3999 (2026-05-23)</small>
|
|
7
|
+
|
|
8
|
+
- chore: Updated versions.json ([bcfa9eb](https://github.com/wppconnect-team/wa-version/commit/bcfa9eb))
|
|
9
|
+
- fix: Removed outdated version: 2.3000.1035731846-alpha ([3479f81](https://github.com/wppconnect-team/wa-version/commit/3479f81))
|
|
10
|
+
|
|
1
11
|
## <small>1.5.3998 (2026-05-23)</small>
|
|
2
12
|
|
|
3
13
|
- fix: Added new version: 2.3000.1040070129-alpha ([9e688c7](https://github.com/wppconnect-team/wa-version/commit/9e688c7))
|
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.1040071242-alpha",
|
|
4
4
|
"versions": [
|
|
5
|
-
{
|
|
6
|
-
"version": "2.3000.1035731846-alpha",
|
|
7
|
-
"beta": false,
|
|
8
|
-
"released": "2026-03-23T21:32:46.233Z",
|
|
9
|
-
"expire": "2026-05-23T21:32:46.233Z"
|
|
10
|
-
},
|
|
11
5
|
{
|
|
12
6
|
"version": "2.3000.1035745556-alpha",
|
|
13
7
|
"beta": false,
|
|
@@ -1833,5 +1827,5 @@
|
|
|
1833
1827
|
"expire": "2026-07-23T21:24:47.268Z"
|
|
1834
1828
|
}
|
|
1835
1829
|
],
|
|
1836
|
-
"currentAlpha": "2.3000.
|
|
1830
|
+
"currentAlpha": "2.3000.1040071242-alpha"
|
|
1837
1831
|
}
|