Skip to content

Commit 2235a58

Browse files
chore(release): 2.1.1 [skip ci]
## [2.1.1](v2.1.0...v2.1.1) (2018-06-01) ### Fix * Check for null range ([92d2e97](92d2e97))
1 parent 92d2e97 commit 2235a58

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.1](https://github.com/unlight/git-last-changed-files/compare/v2.1.0...v2.1.1) (2018-06-01)
2+
3+
4+
### Fix
5+
6+
* Check for null range ([92d2e97ab078378b1eb84d7c479a735a6a281bda](https://github.com/unlight/git-last-changed-files/commit/92d2e97ab078378b1eb84d7c479a735a6a281bda))
7+
18
# [2.1.0](https://github.com/unlight/git-last-changed-files/compare/v2.0.0...v2.1.0) (2018-05-31)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-last-changed-files",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"license": "MIT",
55
"description": "Get last changed files from git history commits",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)