Skip to content

Commit

Permalink
Release 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gsantiago committed Aug 28, 2020
1 parent 10c3d61 commit 56774c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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/).

## [2.0.5] - 2020-08-28
- Remove zero-fill dependency
- Rewrite and refactor tests with Jest
- Remove some devDependencies

## [2.0.4] - 2020-08-27
### Added
- Add one-digit hour support #45 which fixes #31
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subtitle",
"version": "2.0.4",
"version": "2.0.5",
"description": "Parse and manipulate SRT (SubRip)",
"repository": {
"type": "git",
Expand Down

0 comments on commit 56774c9

Please sign in to comment.