Skip to content

Commit bf72915

Browse files
committed
chore(release): 0.2.5
1 parent 3fef478 commit bf72915

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.2.5](https://github.com/body-builder/install-local-dependencies/compare/v0.2.4...v0.2.5) (2022-11-30)
6+
7+
8+
### Bug Fixes
9+
10+
* Do not interrupt the install task if the package.json doesn't have any local dependencies ([0b611d8](https://github.com/body-builder/install-local-dependencies/commit/0b611d80735630388f3823c68b812a87db9d0a32))
11+
* Do not restore the `package.json` before the installation task finishes ([98fa890](https://github.com/body-builder/install-local-dependencies/commit/98fa8901619c0e7ff3b9002878498b8d3083e4c8))
12+
513
### [0.2.4](https://github.com/body-builder/install-local-dependencies/compare/v0.2.3...v0.2.4) (2022-09-23)
614

715

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.2.4",
3+
"version": "0.2.5",
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)