diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c4eb70..e6a6f12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.0.1](https://github.com/icopp/basedirs/compare/v2.0.0...v2.0.1) (2020-09-12) + + +### Bug Fixes + +* don't bundle code from node_modules ([a292e4d](https://github.com/icopp/basedirs/commit/a292e4d7fe8c1c9234abdc8ce44b8c12b4ff0f7c)) +* remove unused additional dependencies ([7ec8c22](https://github.com/icopp/basedirs/commit/7ec8c2212bc15037af9b443c3680be75f1458e04)) + # [2.0.0](https://github.com/icopp/basedirs/compare/v1.0.3...v2.0.0) (2020-09-12) diff --git a/package.json b/package.json index 6fe6a5b..07bed98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "basedirs", - "version": "2.0.0", + "version": "2.0.1", "description": "Get the appropriate base directory paths for the current OS", "main": "dist/index.js", "types": "dist/index.d.ts",