Skip to content

Commit ad0c26c

Browse files
committed
chore(release): 3.0.1
1 parent c35bea4 commit ad0c26c

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [3.0.1](https://github.com/nicojs/node-install-local/compare/v3.0.0...v3.0.1) (2020-10-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **lodash:** remove missing dependency lodash ([b960029](https://github.com/nicojs/node-install-local/commit/b9600290c8b396d48b66a1feb5bc6ea397fffbbb))
7+
8+
9+
110
# [3.0.0](https://github.com/nicojs/node-install-local/compare/v1.0.0...v3.0.0) (2020-10-16)
211

312

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A small module for installing local packages. Works for both npm >= 5 and older versions.",
55
"main": "dist/src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)