From 01a83304e1c7af6c51119276c65115a4ee5a48ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 May 2024 05:02:07 +0000 Subject: [PATCH] Version Packages --- .changeset/tough-balloons-breathe.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tough-balloons-breathe.md diff --git a/.changeset/tough-balloons-breathe.md b/.changeset/tough-balloons-breathe.md deleted file mode 100644 index e47e604c..00000000 --- a/.changeset/tough-balloons-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'feather-icons': patch ---- - -Feather no longer breaks when trying to replace an icon using an invalid name diff --git a/CHANGELOG.md b/CHANGELOG.md index 59342069..734814be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # feather-icons +## 4.29.2 + +### Patch Changes + +- [#1241](https://github.com/feathericons/feather/pull/1241) [`6e449d4`](https://github.com/feathericons/feather/commit/6e449d481e7ec7568103289eb4494999843b68ce) Thanks [@braden-godley](https://github.com/braden-godley)! - Feather no longer breaks when trying to replace an icon using an invalid name + ## 4.29.1 ### Patch Changes diff --git a/package.json b/package.json index 9bf1c556..a1a062df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "feather-icons", - "version": "4.29.1", + "version": "4.29.2", "description": "Simply beautiful open source icons", "repository": { "type": "git",