Skip to content

Commit 6e8d5c7

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.0...v2.1.0) (2018-05-31) ### Update * Changed transpile target to ES5 ([f3a0b10](f3a0b10)) ### Upgrade * Dependencies updated ([59b53d3](59b53d3))
1 parent f3a0b10 commit 6e8d5c7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [2.1.0](https://github.com/unlight/git-last-changed-files/compare/v2.0.0...v2.1.0) (2018-05-31)
2+
3+
4+
### Update
5+
6+
* Changed transpile target to ES5 ([f3a0b1090e9d25ead862ee7350a83e44d6968ae8](https://github.com/unlight/git-last-changed-files/commit/f3a0b1090e9d25ead862ee7350a83e44d6968ae8))
7+
8+
### Upgrade
9+
10+
* Dependencies updated ([59b53d3634a27728a5b865a176b17134ad25c6c0](https://github.com/unlight/git-last-changed-files/commit/59b53d3634a27728a5b865a176b17134ad25c6c0))
11+
112
<a name="2.0.0"></a>
213
# [2.0.0](https://github.com/unlight/git-last-changed-files/compare/v1.0.0...v2.0.0) (2018-05-30)
314

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.0.0",
3+
"version": "2.1.0",
44
"license": "MIT",
55
"description": "Get last changed files from git history commits",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)