Skip to content

Commit

Permalink
Bump to version: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Dec 19, 2016
1 parent 27ee212 commit e248952
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Release notes for `trace-and-clarify-if-possible`

<a name="current-release"></a>
# Version 1.0.0 (Mon, 19 Dec 2016 21:49:01 GMT)

* [27ee212](https://github.com/nknapp/trace-and-clarify-if-possible/commit/27ee212) Initial implementation - Nils Knappmeier
* [ef16de3](https://github.com/nknapp/trace-and-clarify-if-possible/commit/ef16de3) Initial check-in - Nils Knappmeier
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trace-and-clarify-if-possible",
"version": "0.0.0",
"version": "1.0.0",
"description": "Use `trace` and `clarify` if supported by the current node version",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,5 +53,8 @@
"pre-commit": "standard"
}
},
"keywords": ["trace","clarify"]
"keywords": [
"trace",
"clarify"
]
}

0 comments on commit e248952

Please sign in to comment.