Skip to content

Commit e96ce0e

Browse files
committed
Bump up version to v0.2.0 to publish code coverage badge
1 parent 78a6165 commit e96ce0e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [0.2.0] - 2018-03-12
8+
### Added
9+
- Code coverage report badge on README
10+
711
## [0.1.0] - 2018-03-12
812
### Added
913
- Initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multiline-string",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Nicer look for multiline strings in the code",
55
"main": "index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)