diff --git a/CHANGELOG.md b/CHANGELOG.md index 32375cb..923f2dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.3.1] - 2024-02-16 + +- Fixed `types` field in `package.json` + ## [v0.3.0] - 2023-11-19 - Updated to new Lerna defaults, see [Lerna v7 changelog](https://github.com/lerna/lerna/blob/main/CHANGELOG.md#breaking-changes) @@ -11,5 +15,6 @@ - Now ignores workspaces that do not have a `name` property defined in their `package.json` file - Replaced `type-fest` with `pkg-types` for the `package.json` type definitions +[v0.3.1]: https://github.com/joshuajaco/find-workspaces/compare/v0.3.0...v0.3.1 [v0.3.0]: https://github.com/joshuajaco/find-workspaces/compare/v0.2.0...v0.3.0 [v0.2.0]: https://github.com/joshuajaco/find-workspaces/compare/v0.1.0...v0.2.0