Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Mar 31, 2020
1 parent 9d774c5 commit 8f0f567
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
41 changes: 41 additions & 0 deletions changelog.md
@@ -1,5 +1,46 @@
# Changelog

## 2.0.0

Breaking changes:

* Drop support for Node v8

Bug fixes:

* Handle parts with no subs
* Fix conversion of SMTPE timecode

Deps:

* Update `fs-extra` dependency

Tests:

* Simplify unhandled rejection handling
* Rename `utils` to `support` [refactor]
* Import file extensions [refactor]

Dev:

* Update dev dependencies
* Add `package-lock.json`
* Run tests on CI on Node v13
* ESLint ignore coverage dir
* Remove `sudo` from Travis CI config

No code:

* Code comments
* NPM ignore `.DS_Store` files

Docs:

* Versioning policy
* Update license year
* Fix changelog
* Reverse order of changelog

## 1.0.1

Docs:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "srt-cut",
"version": "1.0.1",
"version": "2.0.0",
"description": "Cut up SRT subtitle file into parts",
"main": "index.js",
"author": {
Expand Down

0 comments on commit 8f0f567

Please sign in to comment.