Skip to content

Commit 752116e

Browse files
chore(release): 2.0.0 [skip ci]
<a name="2.0.0"></a> # [2.0.0](v1.0.0...v2.0.0) (2018-05-30) ### Breaking * Renamed lastChangesFilesSync -> lastChangesSync ([49c3075](49c3075)) ### Docs * Updated API docs ([5901a35](5901a35))
1 parent 5901a35 commit 752116e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="2.0.0"></a>
2+
# [2.0.0](https://github.com/unlight/git-last-changed-files/compare/v1.0.0...v2.0.0) (2018-05-30)
3+
4+
5+
### Breaking
6+
7+
* Renamed lastChangesFilesSync -> lastChangesSync ([49c307580fc0f9fd8adf3ce77e7fd7a0df05c150](https://github.com/unlight/git-last-changed-files/commit/49c307580fc0f9fd8adf3ce77e7fd7a0df05c150))
8+
9+
### Docs
10+
11+
* Updated API docs ([5901a35988099a2d4aaf84c4472881aa30b6ab1a](https://github.com/unlight/git-last-changed-files/commit/5901a35988099a2d4aaf84c4472881aa30b6ab1a))
12+
113
<a name="1.0.0"></a>
214
# 1.0.0 (2018-05-26)
315

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

0 commit comments

Comments
 (0)