Skip to content

Commit 5832af8

Browse files
authored
Bump version and add changelog entry (#111)
1 parent ebcaf65 commit 5832af8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
### Removed
1313

14+
## [3.6.1] - 2019-05-22
15+
### Fixed
16+
- @lddubeau resolved an issue with how require.resolve was implemented. The issue was causing npm-package-json-lint to crash on Node 12.3.0. Please see #110 for more details.
17+
18+
Huge shout-out to @lddubeau for identifying and fixing this issue :tada:
19+
1420
## [3.6.0] - 2019-02-28
1521
### Added
1622
- New rule: [require-repository-directory](https://github.com/tclindner/npm-package-json-lint/wiki/require-repository-directory).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-package-json-lint",
3-
"version": "3.6.0",
3+
"version": "3.6.1",
44
"description": "Configurable linter for package.json files.",
55
"keywords": [
66
"lint",

0 commit comments

Comments
 (0)