From 752116e9610aa99ef373b3a78c4a956137b62ae8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 30 May 2018 17:48:54 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [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)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc2b284..f7b200c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +# [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)) + # 1.0.0 (2018-05-26) diff --git a/package.json b/package.json index b5433b3..da3d80a 100644 --- a/package.json +++ b/package.json @@ -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",