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 Mar 26, 2015
1 parent 607186f commit 230766c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
33 changes: 19 additions & 14 deletions history.md
@@ -1,34 +1,39 @@


## v2.0.0 / March 26, 2015
- Release v2.0.0 / npm@v2.0.0
- **add** `related` section
- **update** bump deps (notice `parse-github-short-url@v2.0.0`)

## v1.0.4 / January 30, 2015
- Release v1.0.4 / npm@v1.0.4
- rebuild readme
- bump `handle-errors`
- **update** rebuild readme
- **update** bump `handle-errors`

## v1.0.3 / January 28, 2015
- Release v1.0.3 / npm@v1.0.3
- bump `parse-github-short-url@~1.0.5`
- add more tests for exposed methods
- expose `parse-github-short-url` and his methods
- **update** bump `parse-github-short-url@~1.0.5`
- **add** more tests for exposed methods
- **add** expose `parse-github-short-url` and his methods

## v1.0.2 / January 28, 2015
- Release v1.0.2 / npm@v1.0.2
- bump `handle-errors@^0.0.2`
- **update** bump `handle-errors@^0.0.2`

## v1.0.1 / January 25, 2015
- Release v1.0.1 / npm@v1.0.1
- update readme
- update tests for refactored code
- remove last `return` not need of it
- remove `opts` idea, not needed
- **update** readme
- **update** tests for refactored code
- **remove** last `return` not need of it
- **remove** `opts` idea, not needed
- refactor
- add more related
- **add** more related

## v1.0.0 / January 23, 2015
- Release v1.0.0 / npm@v1.0.0
- add keywords
- add test: when array given
- add docs
- **add** keywords
- **add** test: when array given
- **add** docs

## v0.0.0 / January 23, 2015
- first commits
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "stringify-github-short-url",
"version": "1.0.4",
"version": "2.0.0",
"description": "Stringify github shorthand url object returned from `parse-github-short-url`",
"scripts": {
"lint": "jshint index.js && jscs index.js --reporter inline",
Expand Down

0 comments on commit 230766c

Please sign in to comment.