From cf1718da00bf1a7d33186ef13bb21841a77861c6 Mon Sep 17 00:00:00 2001 From: Zoltan Tombol Date: Tue, 22 Mar 2016 23:30:35 +0100 Subject: [PATCH] Bump version to v0.2.0 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8521523..7e326f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [0.3.0] - 2016-03-22 ### Removed @@ -35,5 +35,5 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Testing individual lines with `assert_line()` and `refute_line()` -[Unreleased]: https://github.com/ztombol/bats-assert/compare/v0.2.0...HEAD +[0.3.0]: https://github.com/ztombol/bats-assert/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/ztombol/bats-assert/compare/v0.1.0...v0.2.0 diff --git a/package.json b/package.json index b3535a7..d81b21c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bats-assert", - "version": "0.2.0", + "version": "0.3.0", "private": true, "peerDependencies": { "bats-support": "git+https://github.com/ztombol/bats-support.git#v0.2.0"