Skip to content

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Sep 12, 2020
1 parent 7ec8c22 commit 50c5a27
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 50c5a27

Please sign in to comment.