Skip to content

Commit 4f7dced

Browse files
committed
chore(release): 0.0.1
1 parent 54aebd2 commit 4f7dced

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
<a name="0.0.1"></a>
6+
## 0.0.1 (2016-05-14)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-power-assert",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "A Karma plugin. Adapter for power-assert assertion library.",
55
"main": "lib/index.js",
66
"files": [
@@ -48,4 +48,4 @@
4848
},
4949
"homepage": "https://github.com/watilde/karma-power-assert#readme",
5050
"license": "MIT"
51-
}
51+
}

0 commit comments

Comments
 (0)