diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6640b2b..dc0e1e6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.5" + ".": "3.0.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index afbaf70..138d4d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [3.0.6](https://github.com/npm/map-workspaces/compare/v3.0.5...v3.0.6) (2024-04-10) + +### Bug Fixes + +* [`e2a803b`](https://github.com/npm/map-workspaces/commit/e2a803bd610cca87a9618c8f118aca56b6e936f1) [#145](https://github.com/npm/map-workspaces/pull/145) allow for workspace patterns to start with `./` (#145) (@wraithgar) + ## [3.0.5](https://github.com/npm/map-workspaces/compare/v3.0.4...v3.0.5) (2024-04-10) ### Bug Fixes diff --git a/package.json b/package.json index 168a390..e6292b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/map-workspaces", - "version": "3.0.5", + "version": "3.0.6", "main": "lib/index.js", "files": [ "bin/",