Skip to content

Commit

Permalink
bump version: 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Apr 16, 2018
1 parent 723bd6a commit 12ff539
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 27 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
videojs-wavesurfer changelog
============================

2.3.0 - unreleased
2.3.0 - 2018/04/16
------------------

- Package library using webpack (#55)
- Add unit tests using karma/webpack/jasmine (#55)
- Check if wavesurfer exists when calling destroy


2.2.2 - 2018/03/06
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "videojs-wavesurfer",
"version": "2.2.2",
"version": "2.3.0",
"homepage": "https://github.com/collab-project/videojs-wavesurfer",
"description": "video.js plugin that adds a navigable waveform for audio and video files.",
"license": "MIT",
Expand Down
40 changes: 18 additions & 22 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "videojs-wavesurfer",
"version": "2.2.2",
"version": "2.3.0",
"description": "video.js plugin that adds a navigable waveform for audio and video files.",
"author": "Collab",
"license": "MIT",
Expand Down Expand Up @@ -65,7 +65,7 @@
"argv-auto-glob": "^1.0.1",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-istanbul": "^4.1.6",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"clean-css-cli": "^4.1.11",
Expand All @@ -81,7 +81,7 @@
"karma-jasmine-matchers": "^3.7.0",
"karma-verbose-reporter": "0.0.6",
"karma-webpack": "^3.0.0",
"moment": "^2.21.0",
"moment": "^2.22.1",
"node-sass": "^4.8.3",
"npm-run-all": "^4.1.2",
"webpack": "3",
Expand Down

0 comments on commit 12ff539

Please sign in to comment.