Skip to content

Commit

Permalink
Version bump to v1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwronski committed Dec 2, 2017
1 parent 110dc51 commit 7289358
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file.

## [Unreleased][unreleased]
## [v1.2.0] - 2017-12-02
### Added
- Added message about installing the video_transcoding gem if a `TranscodeError` contains `ENOENT` in the error message.

### Fixed
- Do not commit generated files to source control (`bin/`, `lib/`). If installing this from the GitHub repo, run `npm run build` to build.
- Upgrade `package.json` dependencies.
- Include original error message in error output for a `TranscodeError`.

## [v1.1.0] - 2016-01-19
### Added
- `--force` now accepts the following argument values:
Expand Down Expand Up @@ -134,7 +143,8 @@ All notable changes to this project will be documented in this file.
- `--quiet` flag
Log only file writes, errors, and finish (e.g.: success, failure) messages.

[unreleased]: https://github.com/nwronski/batch-transcode-video/compare/v1.1.0...HEAD
[unreleased]: https://github.com/nwronski/batch-transcode-video/compare/v1.2.0...HEAD
[v1.2.0]: https://github.com/nwronski/batch-transcode-video/compare/v1.1.0...v1.2.0
[v1.1.0]: https://github.com/nwronski/batch-transcode-video/compare/v1.0.5...v1.1.0
[v1.0.5]: https://github.com/nwronski/batch-transcode-video/compare/v1.0.4...v1.0.5
[v1.0.4]: https://github.com/nwronski/batch-transcode-video/compare/v1.0.3...v1.0.4
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "batch-transcode-video",
"version": "1.1.0",
"version": "1.2.0",
"description": "Batch transcode videos using the video_transcoding gem.",
"contributors": [
"Nick Wronski (https://github.com/nwronski)"
Expand Down

0 comments on commit 7289358

Please sign in to comment.