From 494157c01589cc9754b0de6b3e5d2f7e54ddab31 Mon Sep 17 00:00:00 2001 From: Joshua J <31038284+joshuajaco@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:57:15 -0500 Subject: [PATCH] Prepare changelog for v0.3.1 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) 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