Skip to content

Commit 3f7b660

Browse files
chore(release): 2.2.0 [skip ci]
# [2.2.0](v2.1.0...v2.2.0) (2019-10-28) ### Bug Fixes * Fix async function ([0ebc857](0ebc857)) ### Features * Apply .gitignore filter when copying files ([4d81bff](4d81bff)) * Prefix and message are no longer demand options ([2448076](2448076)) * Support repository url ([668e46a](668e46a))
1 parent a419b2b commit 3f7b660

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.2.0](https://github.com/mob-sakai/git-snapshot/compare/v2.1.0...v2.2.0) (2019-10-28)
2+
3+
4+
### Bug Fixes
5+
6+
* Fix async function ([0ebc857](https://github.com/mob-sakai/git-snapshot/commit/0ebc85743ea99fc7a2649f809525bf8b0f3a6951))
7+
8+
9+
### Features
10+
11+
* Apply .gitignore filter when copying files ([4d81bff](https://github.com/mob-sakai/git-snapshot/commit/4d81bff3ca7a35e00db5385fd0af1e671df85971))
12+
* Prefix and message are no longer demand options ([2448076](https://github.com/mob-sakai/git-snapshot/commit/2448076412ec36bf66f13b16eef96e9ea53c3c4b))
13+
* Support repository url ([668e46a](https://github.com/mob-sakai/git-snapshot/commit/668e46a8f6aaa2ef0157ea57954d9bd375212169))
14+
115
# [2.2.0-beta.2](https://github.com/mob-sakai/git-snapshot/compare/v2.2.0-beta.1@beta...v2.2.0-beta.2@beta) (2019-10-28)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-snapshot",
3-
"version": "2.2.0-beta.2",
3+
"version": "2.2.0",
44
"description": "Take a snapshot of the directory - like 'git subtree split --squash'",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)