Skip to content

Commit cf1718d

Browse files
committed
Bump version to v0.2.0
1 parent d51d90e commit cf1718d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

66

7-
## [Unreleased]
7+
## [0.3.0] - 2016-03-22
88

99
### Removed
1010

@@ -35,5 +35,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3535
- Testing individual lines with `assert_line()` and `refute_line()`
3636

3737

38-
[Unreleased]: https://github.com/ztombol/bats-assert/compare/v0.2.0...HEAD
38+
[0.3.0]: https://github.com/ztombol/bats-assert/compare/v0.2.0...v0.3.0
3939
[0.2.0]: https://github.com/ztombol/bats-assert/compare/v0.1.0...v0.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bats-assert",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"peerDependencies": {
66
"bats-support": "git+https://github.com/ztombol/bats-support.git#v0.2.0"

0 commit comments

Comments
 (0)