chore: add changelog 4.13.0

This commit is contained in:
i544693 2022-10-26 21:45:51 +08:00
parent a6701d6d23
commit 1d29eb305d
3 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,13 @@
# [4.13.0](https://github.com/docsifyjs/docsify/compare/v4.12.4...v4.13.0) (2022-10-26)
### Bug Fixes
* fix test. ([73ea28d](https://github.com/docsifyjs/docsify/commit/73ea28df14bdd0ed740c043ed4bc5d3beea7a56c))
* upgrade dependencies. ([dbc4b45](https://github.com/docsifyjs/docsify/commit/dbc4b450c3a1157e81f6dc0c6b1253676a0b7c13))
## [4.12.4](https://github.com/docsifyjs/docsify/compare/v4.12.2...v4.12.4) (2022-10-26) ## [4.12.4](https://github.com/docsifyjs/docsify/compare/v4.12.2...v4.12.4) (2022-10-26)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "docsify", "name": "docsify",
"version": "4.12.4", "version": "4.13.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "docsify", "name": "docsify",
"version": "4.12.4", "version": "4.13.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "docsify", "name": "docsify",
"version": "4.12.4", "version": "4.13.0",
"description": "A magical documentation generator.", "description": "A magical documentation generator.",
"author": { "author": {
"name": "qingwei-li", "name": "qingwei-li",