Skip to content

Commit

Permalink
chore(release): 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
watilde committed May 14, 2016
1 parent f3a0c40 commit 7048edd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

<a name="0.0.2"></a>
## [0.0.2](https://github.com/watilde/karma-power-assert/compare/v0.0.1...v0.0.2) (2016-05-14)


### Bug Fixes

* **deps:** fix error on ci ([dce561d](https://github.com/watilde/karma-power-assert/commit/dce561d))
* **npm script:** rename prepublish to prerelease ([8757950](https://github.com/watilde/karma-power-assert/commit/8757950))
* **npm-script:** add prepublish script ([ce0abd8](https://github.com/watilde/karma-power-assert/commit/ce0abd8))
* **readme:** add standard-version badge ([f3a0c40](https://github.com/watilde/karma-power-assert/commit/f3a0c40))
* **travis:** add before_scripts to launch firefox ([a0d8693](https://github.com/watilde/karma-power-assert/commit/a0d8693))



<a name="0.0.1"></a>
## 0.0.1 (2016-05-14)
first release
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "karma-power-assert",
"version": "0.0.1",
"version": "0.0.2",
"description": "A Karma plugin. Adapter for power-assert assertion library.",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -50,4 +50,4 @@
},
"homepage": "https://github.com/watilde/karma-power-assert#readme",
"license": "MIT"
}
}

0 comments on commit 7048edd

Please sign in to comment.