You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
11
11
12
12
### Removed
13
13
14
+
## [3.2.0] - 2018-07-14
15
+
### Added
16
+
- New rule: [no-absolute-version-dependencies](https://github.com/tclindner/npm-package-json-lint/wiki/no-absolute-version-dependencies).
17
+
- New rule: [no-caret-version-dependencies](https://github.com/tclindner/npm-package-json-lint/wiki/no-caret-version-dependencies).
18
+
- New rule: [no-tilde-version-dependencies](https://github.com/tclindner/npm-package-json-lint/wiki/no-tilde-version-dependencies).
19
+
- New rule: [no-absolute-version-devDependencies](https://github.com/tclindner/npm-package-json-lint/wiki/no-absolute-version-devDependencies).
20
+
- New rule: [no-caret-version-devDependencies](https://github.com/tclindner/npm-package-json-lint/wiki/no-caret-version-devDependencies).
21
+
- New rule: [no-tilde-version-devDependencies](https://github.com/tclindner/npm-package-json-lint/wiki/no-tilde-version-devDependencies).
22
+
23
+
Huge shout-out to @fastfrwrd for contributing these rules! :tada:
24
+
14
25
## [3.1.0] - 2018-06-02
15
26
### Added
16
27
- New rule: [valid-values-engines](https://github.com/tclindner/npm-package-json-lint/wiki/valid-values-engines). Addresses [#85](https://github.com/tclindner/npm-package-json-lint/issues/85) from @ntwb.
0 commit comments