diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e3d7d6..6131b14b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.4.1](https://github.com/JoshuaKGoldberg/tidelift-me-up/compare/0.4.0...0.4.1) (2024-02-21) + +### Bug Fixes + +- don't include monetary estimates for lifted packages ([#253](https://github.com/JoshuaKGoldberg/tidelift-me-up/issues/253)) ([89a276c](https://github.com/JoshuaKGoldberg/tidelift-me-up/commit/89a276cf4b3e2a48da15c9ae1d296182e8751831)), closes [#252](https://github.com/JoshuaKGoldberg/tidelift-me-up/issues/252) + # [0.4.0](https://github.com/JoshuaKGoldberg/tidelift-me-up/compare/0.3.0...0.4.0) (2024-01-24) ### Features diff --git a/package.json b/package.json index aeafc5ea..e5f69ecd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tidelift-me-up", - "version": "0.4.0", + "version": "0.4.1", "description": "Finds your npm packages that are eligible for Tidelift funding. 💸", "repository": { "type": "git",