Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
<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))
  • Loading branch information
semantic-release-bot committed May 30, 2018
1 parent 5901a35 commit 752116e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="2.0.0"></a>
# [2.0.0](https://github.com/unlight/git-last-changed-files/compare/v1.0.0...v2.0.0) (2018-05-30)


### Breaking

* Renamed lastChangesFilesSync -> lastChangesSync ([49c307580fc0f9fd8adf3ce77e7fd7a0df05c150](https://github.com/unlight/git-last-changed-files/commit/49c307580fc0f9fd8adf3ce77e7fd7a0df05c150))

### Docs

* Updated API docs ([5901a35988099a2d4aaf84c4472881aa30b6ab1a](https://github.com/unlight/git-last-changed-files/commit/5901a35988099a2d4aaf84c4472881aa30b6ab1a))

<a name="1.0.0"></a>
# 1.0.0 (2018-05-26)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-last-changed-files",
"version": "1.0.0",
"version": "2.0.0",
"license": "MIT",
"description": "Get last changed files from git history commits",
"main": "dist/index.js",
Expand Down

0 comments on commit 752116e

Please sign in to comment.