From 13ed6205a4db8b559c2c4c7c05572742719ecd40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 22:39:41 +0800 Subject: [PATCH] chore: release dl-iconfont v0.3.1 (#41) Co-authored-by: github-actions[bot] --- .changeset/healthy-pumpkins-repair.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/healthy-pumpkins-repair.md diff --git a/.changeset/healthy-pumpkins-repair.md b/.changeset/healthy-pumpkins-repair.md deleted file mode 100644 index 71755ee4..00000000 --- a/.changeset/healthy-pumpkins-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"dl-iconfont": patch ---- - -docs: add license and sponsors sections diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d36160e..b245c382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # dl-iconfont +## 0.3.1 + +### Patch Changes + +- [#40](https://github.com/un-ts/dl-iconfont/pull/40) [`b379d2c`](https://github.com/un-ts/dl-iconfont/commit/b379d2c2a4c80295ac1367624649457404632325) Thanks [@JounQin](https://github.com/JounQin)! - docs: add license and sponsors sections + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index 274f1068..10022460 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dl-iconfont", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "An iconfont downloader via puppeteer.", "repository": "https://github.com/un-ts/dl-iconfont.git",