diff --git a/CHANGELOG.md b/CHANGELOG.md index 06aaa9f..9173d0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.1.4] - 2017-27-02 +### Changed +- Normalize extra newlines, #44 + ## [0.1.3] - 2017-01-11 ### Added - .npmignore diff --git a/package.json b/package.json index 84b7324..22c5219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "subtitle", - "version": "0.1.3", + "version": "0.1.4", "description": "Parse and manipulate SRT (SubRip)", "repository": { "type": "git",