@dongdev/fca-unofficial 2.0.6 → 2.0.7
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 +3 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -47,4 +47,6 @@ Too lazy to write changelog, sorry! (will write changelog in the next release, t
|
|
47
47
|
|
48
48
|
## v2.0.5 - 2025-10-06
|
49
49
|
- Now you can turn on/off autoLogin in config file.
|
50
|
-
- Added autoUpdate feature.
|
50
|
+
- Added autoUpdate feature.
|
51
|
+
## v2.0.6-beta - 2025-10-06
|
52
|
+
- Hotfix / auto bump
|
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dongdev/fca-unofficial",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.7",
|
4
4
|
"description": "A Facebook chat API without XMPP, will not be deprecated after April 30th, 2015.",
|
5
5
|
"main": "index.js",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
8
|
-
"url": "https://github.com/
|
8
|
+
"url": "git+https://github.com/Donix-VN/fca-unofficial.git"
|
9
9
|
},
|
10
10
|
"author": "Avery, David, Maude, Benjamin, UIRI, DongDev, LunarKrystal",
|
11
11
|
"license": "MIT",
|