changelog-version
Advanced tools
Comparing version 1.0.1 to 2.0.0
@@ -17,6 +17,16 @@ # Changelog | ||
## v2.0.0 - 2020-07-15 | ||
### Changed | ||
- Added support for node 10, 12 and 14 | ||
- Updated dev dependencies | ||
### Deprecated | ||
- **BREAKING** Drop support for node 4 and 7 | ||
## v1.0.1 - 2017-11-12 | ||
### Fixed | ||
@@ -23,0 +33,0 @@ - Fix package.json path reference |
{ | ||
"name": "changelog-version", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "Build tool to update CHANGELOG.md file with the version", | ||
@@ -29,12 +29,12 @@ "main": "index.js", | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"eslint": "^4.11.0", | ||
"eslint-config-standard": "^10.2.1", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-node": "^5.2.1", | ||
"eslint-plugin-promise": "^3.6.0", | ||
"eslint-plugin-standard": "^3.0.1", | ||
"fs-extra": "^4.0.2", | ||
"mocha": "^4.0.1" | ||
"chai": "^4.2.0", | ||
"eslint": "^7.4.0", | ||
"eslint-config-standard": "^14.1.1", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.0.1", | ||
"fs-extra": "^9.0.1", | ||
"mocha": "^8.0.1" | ||
} | ||
} |
@@ -5,2 +5,3 @@ # Changelog Version | ||
[![Dependency Status](https://gemnasium.com/badges/github.com/AlbertoFdzM/changelog-version.svg)](https://gemnasium.com/github.com/AlbertoFdzM/changelog-version) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/AlbertoFdzM/changelog-version.svg)](https://greenkeeper.io/) | ||
@@ -7,0 +8,0 @@ [![NPM](https://nodei.co/npm/changelog-version.png)](https://nodei.co/npm/changelog-version/) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4599
78