Skip to content

Commit cc1a170

Browse files
github-actions[bot]wraithgar
authored andcommittedFeb 17, 2022
chore: release 2.0.1
1 parent 2098531 commit cc1a170

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed
 

‎CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22

3+
### [2.0.1](https://www.github.com/npm/map-workspaces/compare/v2.0.0...v2.0.1) (2022-02-17)
4+
5+
6+
### Bug Fixes
7+
8+
* normalize backslashes ([777e4d3](https://www.github.com/npm/map-workspaces/commit/777e4d3a8670b94dba91e4305ce2b846fc02b7d8))
9+
10+
11+
### Dependencies
12+
13+
* bump minimatch from 3.1.1 to 4.1.1 ([305629e](https://www.github.com/npm/map-workspaces/commit/305629e32609451af7ce8b6464dde224ab5dcc7a))
14+
* bump minimatch from 4.2.1 to 5.0.0 ([2098531](https://www.github.com/npm/map-workspaces/commit/2098531776a31172a3664097b769e83cb8dbe682))
15+
* update glob requirement from ^7.1.6 to ^7.2.0 ([588b229](https://www.github.com/npm/map-workspaces/commit/588b22938dd514b806dea4f6cb76298c4d468b3a))
16+
* update read-package-json-fast requirement from ^2.0.1 to ^2.0.3 ([0eeb67d](https://www.github.com/npm/map-workspaces/commit/0eeb67d2dff646553321957438d9b9d86202e8b7))
17+
318
## 0.0.0-pre.0
419

520
- Initial pre-release.
6-

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/map-workspaces",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"main": "lib/index.js",
55
"files": [
66
"bin",

0 commit comments

Comments
 (0)
Please sign in to comment.