Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2019-10-26)

### Bug Fixes

* force option is incorrect ([bc4d216](bc4d216))

### Features

* Add --debug option ([3f4ae24](3f4ae24))
* Create temporary branch as working branch ([8947cce](8947cce))
* git command output as debug ([2f40aac](2f40aac))
* Remove allow-empty option ([0cbb763](0cbb763))
  • Loading branch information
semantic-release-bot committed Oct 26, 2019
1 parent 601b793 commit fc3583e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.1.0](https://github.com/mob-sakai/git-snapshot/compare/v2.0.0...v2.1.0) (2019-10-26)


### Bug Fixes

* force option is incorrect ([bc4d216](https://github.com/mob-sakai/git-snapshot/commit/bc4d2162f57fd6b1de9f43064d716c1cb6970d25))


### Features

* Add --debug option ([3f4ae24](https://github.com/mob-sakai/git-snapshot/commit/3f4ae24337edcca8921adf7c67a5e85e9b083031))
* Create temporary branch as working branch ([8947cce](https://github.com/mob-sakai/git-snapshot/commit/8947ccefebc29a772376f115394b2116d356e325))
* git command output as debug ([2f40aac](https://github.com/mob-sakai/git-snapshot/commit/2f40aac277853dfa0088ca08a7b54c3162978583))
* Remove allow-empty option ([0cbb763](https://github.com/mob-sakai/git-snapshot/commit/0cbb7631a54dee2958de11abd073e71ea623b4cf))

# [2.1.0-beta.4](https://github.com/mob-sakai/git-snapshot/compare/v2.1.0-beta.3@beta...v2.1.0-beta.4@beta) (2019-10-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-snapshot",
"version": "2.1.0-beta.4",
"version": "2.1.0",
"description": "Take a snapshot of the directory - like 'git subtree split --squash'",
"repository": {
"type": "git",
Expand Down

0 comments on commit fc3583e

Please sign in to comment.