From 6f5c5e92250d4576e398a7955e6fc3a4a3ea189d Mon Sep 17 00:00:00 2001 From: CBW2007 <2337118038@qq.com> Date: Fri, 12 Mar 2021 22:35:46 +0800 Subject: [PATCH] docs(changelog): new release! v1.1.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a7b6dd..99a4125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [1.1.0](https://github.com/CBW2007/sitemap-manager/compare/v1.0.0...v1.1.0) (2021-03-11) + + +### Bug Fixes + +* **stylesheet:** fix slogan in the stylesheet file ([de03185](https://github.com/CBW2007/sitemap-manager/commit/de03185339ace1d018ecc1e910a452d3808e9b8f)) + + +### Features + +* allow to customize output file ([79aab94](https://github.com/CBW2007/sitemap-manager/commit/79aab94819582f9ca1a914e9b162e13e126c8355)) + + +### Others + +* remove reporter,just throw the error ([698d06e](https://github.com/CBW2007/sitemap-manager/commit/698d06e44708f822a839c4d11fcccdd7e68522c7)) + + # 1.0.0 (2021-02-28) ### Features diff --git a/package.json b/package.json index 6bd4485..4fc1496 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sitemap-manager", - "version": "1.0.0", + "version": "1.1.0", "description": "An easy way to create sitemaps!", "main": "dist/index.js", "scripts": {