Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Nov 1, 2016
1 parent ba3a976 commit f51a004
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 3 deletions.
39 changes: 38 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,41 @@


## 0.0.0 - 2016-02-02
## 2.0.0 - 2016-11-01
- Stable release
- releasing flow and automation
- semantic versioning
- update boilerplate
- add tests
- refactor

## 1.0.4 - 2014-11-11
- fix `-b`|`--branch`, not works
- normalize dotfiles & package.json
- add `sliced` as dep because of "*This function has too many parameters. (4)*", LOL ;p
- add doc comments
- add `jshint` as devDep

## 1.0.3 - 2014-11-04
- my style-guide driven changes at all
- move `test.js` to `test/test.js`
- add `preferGlobal: true` in package.json
- add engines in package.json

## 1.0.2 - 2014-10-30
- again fix travis.yml, failing because of v0.10 version
- add `micropromise` to devDeps

## 1.0.1 - 2014-10-30
- fix travis.yml, cuzing build errors
- press release, LOL
- first release and tag
- npm publish

## 0.2.0 - 2014-10-30
- init release

## 0.1.0 - 2014-10-29
- initial commits

## 0.0.0 - 2014-10-30
- Initial commit
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitclone",
"version": "1.0.4",
"version": "2.0.0",
"description": "Powerful and flexible programmatic interface for the `git clone` command, using [gitclone-defaults][] and [cross-spawn][]",
"repository": "tunnckoCore/gitclone",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
Expand Down Expand Up @@ -97,4 +97,4 @@
"reflinks": true
}
}
}
}

0 comments on commit f51a004

Please sign in to comment.