Skip to content

Commit 4031f6e

Browse files
2.0.1
1 parent 50933af commit 4031f6e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased][]
8+
9+
## [2.0.1][] - 2018-09-24
810
### Updated
911
- Bumping dependencies
1012
- Simplifying ESLint
@@ -24,6 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2426
- Added integration tests
2527

2628

27-
[Unreleased]: https://github.com/willmendesneto/node-github-diff/compare/v2.0.0...HEAD
29+
[Unreleased]: https://github.com/willmendesneto/node-github-diff/compare/v2.0.1...HEAD
30+
[2.0.1]: https://github.com/willmendesneto/node-github-diff/compare/v2.0.0...v2.0.1
2831
[2.0.0]: https://github.com/willmendesneto/node-github-diff/compare/v1.0.1...v2.0.0
2932
[1.0.1]: https://github.com/willmendesneto/node-github-diff/tree/v1.0.1

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": "node-github-diff",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "node-github-diff - Check the difference between package versions",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)