Skip to content

Commit 50c5a27

Browse files
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2020-09-12) ### Bug Fixes * don't bundle code from node_modules ([a292e4d](a292e4d)) * remove unused additional dependencies ([7ec8c22](7ec8c22))
1 parent 7ec8c22 commit 50c5a27

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.0.1](https://github.com/icopp/basedirs/compare/v2.0.0...v2.0.1) (2020-09-12)
2+
3+
4+
### Bug Fixes
5+
6+
* don't bundle code from node_modules ([a292e4d](https://github.com/icopp/basedirs/commit/a292e4d7fe8c1c9234abdc8ce44b8c12b4ff0f7c))
7+
* remove unused additional dependencies ([7ec8c22](https://github.com/icopp/basedirs/commit/7ec8c2212bc15037af9b443c3680be75f1458e04))
8+
19
# [2.0.0](https://github.com/icopp/basedirs/compare/v1.0.3...v2.0.0) (2020-09-12)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basedirs",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Get the appropriate base directory paths for the current OS",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)