diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d3fa49..05f0e0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.1.4](https://github.com/limaofeng/asany-startp/compare/v0.1.3...v0.1.4) (2021-09-05) + + +### Bug Fixes + +* :bug: 修复 Banner 背景图不显示的bug ([31dc057](https://github.com/limaofeng/asany-startp/commit/31dc05767a1f2ed0e6d48f480031515416b8b278)) + + + ## [0.1.3](https://github.com/limaofeng/asany-startp/compare/v0.1.2...v0.1.3) (2021-09-05) diff --git a/package.json b/package.json index a4280e0..ddab62e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.1.3", + "version": "0.1.4", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",