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 00b3f66 commit 98ce098Copy full SHA for 98ce098
2 files changed
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## :tada: 2.0.2 (2026-02-10)
2
+
3
4
+### :bug: Bug Fixes
5
6
+* **plugin-handler:** add optional `env` param for `uninstall` method ([#194](https://github.com/PicGo/PicGo-Core/issues/194)) ([352a885](https://github.com/PicGo/PicGo-Core/commit/352a885))
7
+* s.ee compatibility issues ([00b3f66](https://github.com/PicGo/PicGo-Core/commit/00b3f66))
8
9
10
11
## :tada: 2.0.1 (2026-02-10)
12
13
package.json
@@ -1,6 +1,6 @@
{
"name": "picgo",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "A tool for image uploading",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
0 commit comments