Skip to content

Commit

Permalink
🎉 Release: v1.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Molunerfinn committed Feb 8, 2021
1 parent 687805f commit 7b5a024
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## :tada: 1.4.16 (2021-02-08)


### :sparkles: Features

* add proxy & registry options for pluginHandler ([b10b963](https://github.com/PicGo/PicGo-Core/commit/b10b963))
* dynamic proxy getter with ctx.Request.request ([687805f](https://github.com/PicGo/PicGo-Core/commit/687805f)), closes [#64](https://github.com/PicGo/PicGo-Core/issues/64)
* supporting install specific version of plugin ([35e15b0](https://github.com/PicGo/PicGo-Core/commit/35e15b0))



## :tada: 1.4.15 (2021-01-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "picgo",
"version": "1.4.15",
"version": "1.4.16",
"description": "A tool for picture uploading",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down

0 comments on commit 7b5a024

Please sign in to comment.