diff --git a/CHANGELOG.md b/CHANGELOG.md index cb408d8..07e3517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.1.1](https://github.com/body-builder/install-local-dependencies/compare/v0.1.0...v0.1.1) (2021-05-20) + + +### Features + +* Add `.DS_Store` to `ignored_files` by default ([583720d](https://github.com/body-builder/install-local-dependencies/commit/583720d665f07e9efbbb3bcccbb927a0aa9f8e00)) + + +### Bug Fixes + +* `get_file_stats()` - use `fse.lstats` instead of `fs.lstats` ([cb23c10](https://github.com/body-builder/install-local-dependencies/commit/cb23c10029749fa9432294a0a77b6a298fe958e8)) + ### 0.1.0 (2021-05-14) Initial commit diff --git a/package.json b/package.json index ac8d714..0de7525 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "install-local-dependencies", - "version": "0.1.0", + "version": "0.1.1", "description": "Yet another local dependency installer", "homepage": "https://github.com/body-builder/install-local-dependencies#readme", "repository": "https://github.com/body-builder/install-local-dependencies",