Skip to content

Commit 85b7280

Browse files
committed
chore(release): 0.1.1
1 parent f737a1c commit 85b7280

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
### [0.1.1](https://github.com/body-builder/install-local-dependencies/compare/v0.1.0...v0.1.1) (2021-05-20)
6+
7+
8+
### Features
9+
10+
* Add `.DS_Store` to `ignored_files` by default ([583720d](https://github.com/body-builder/install-local-dependencies/commit/583720d665f07e9efbbb3bcccbb927a0aa9f8e00))
11+
12+
13+
### Bug Fixes
14+
15+
* `get_file_stats()` - use `fse.lstats` instead of `fs.lstats` ([cb23c10](https://github.com/body-builder/install-local-dependencies/commit/cb23c10029749fa9432294a0a77b6a298fe958e8))
16+
517
### 0.1.0 (2021-05-14)
618

719
Initial commit

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "install-local-dependencies",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Yet another local dependency installer",
55
"homepage": "https://github.com/body-builder/install-local-dependencies#readme",
66
"repository": "https://github.com/body-builder/install-local-dependencies",

0 commit comments

Comments
 (0)