Skip to content

Commit

Permalink
chore(release): 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bencergazda committed May 20, 2021
1 parent f737a1c commit 85b7280
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 85b7280

Please sign in to comment.