We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aaa811 commit d50f8eeCopy full SHA for d50f8ee
README.md
@@ -46,6 +46,14 @@ The lowest known Node.js version supported is Node.js `8.3.0`
46
47
## Changelog
48
49
+### Patch 2.0.5
50
+
51
+This patch fixes the methods broken by patch 2.0.4
52
53
+### Security Patch 2.0.4
54
55
+This patch fixes a security issue within axios by bumping the required axios version from `0.18.1` to `0.21.1`.
56
57
### Important Security Patch 2.0.3
58
59
> 2.0.2 => 2.0.3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "taihou",
3
- "version": "2.0.4",
+ "version": "2.0.5",
4
"description": "A wrapper for weeb.sh",
5
"main": "index.js",
6
"repository": {
0 commit comments