Skip to content

Commit

Permalink
🎉 Release: v1.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Molunerfinn committed Dec 19, 2020
1 parent 5a18432 commit 7656876
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## :tada: 1.4.13 (2020-12-19)


### :sparkles: Features

* new addPlugin api for node projects ([5a18432](https://github.com/PicGo/PicGo-Core/commit/5a18432))


### :bug: Bug Fixes

* **type:** some type error ([233a6ca](https://github.com/PicGo/PicGo-Core/commit/233a6ca))
* pluginLoader can't get the full plugin list ([83535b9](https://github.com/PicGo/PicGo-Core/commit/83535b9)), closes [#60](https://github.com/PicGo/PicGo-Core/issues/60)



## :tada: 1.4.12 (2020-11-04)


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.12",
"version": "1.4.13",
"description": "A tool for picture uploading",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down

0 comments on commit 7656876

Please sign in to comment.