Skip to content

Commit 7048edd

Browse files
committed
chore(release): 0.0.2
1 parent f3a0c40 commit 7048edd

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
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.
44

5+
<a name="0.0.2"></a>
6+
## [0.0.2](https://github.com/watilde/karma-power-assert/compare/v0.0.1...v0.0.2) (2016-05-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** fix error on ci ([dce561d](https://github.com/watilde/karma-power-assert/commit/dce561d))
12+
* **npm script:** rename prepublish to prerelease ([8757950](https://github.com/watilde/karma-power-assert/commit/8757950))
13+
* **npm-script:** add prepublish script ([ce0abd8](https://github.com/watilde/karma-power-assert/commit/ce0abd8))
14+
* **readme:** add standard-version badge ([f3a0c40](https://github.com/watilde/karma-power-assert/commit/f3a0c40))
15+
* **travis:** add before_scripts to launch firefox ([a0d8693](https://github.com/watilde/karma-power-assert/commit/a0d8693))
16+
17+
18+
519
<a name="0.0.1"></a>
620
## 0.0.1 (2016-05-14)
721
first release

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.1",
3+
"version": "0.0.2",
44
"description": "A Karma plugin. Adapter for power-assert assertion library.",
55
"main": "lib/index.js",
66
"files": [
@@ -50,4 +50,4 @@
5050
},
5151
"homepage": "https://github.com/watilde/karma-power-assert#readme",
5252
"license": "MIT"
53-
}
53+
}

0 commit comments

Comments
 (0)