Skip to content

Commit

Permalink
bump version: 2.1.0 (katspaugh#1470)
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra authored and katspaugh committed Oct 1, 2018
1 parent 81a1241 commit cd50823
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"presets": [
["@babel/preset-env", {
"targets": "last 3 version",
"debug": false
"debug": false,
"modules": "commonjs"
}]
],
"plugins": ["transform-class-properties", "add-module-exports"],
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
wavesurfer.js changelog
=======================

2.0.7 (unreleased)
2.1.0 (2018/09/29)
------------------

- Add wavesurfer.js logo, created by @entonbiba (#1409)
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": "wavesurfer.js",
"version": "2.0.6",
"version": "2.1.0",
"homepage": "https://wavesurfer-js.org",
"authors": [
"katspaugh <katspaugh@gmail.com>"
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": "wavesurfer.js",
"version": "2.0.6",
"version": "2.1.0",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.min.js",
"directories": {
Expand Down

0 comments on commit cd50823

Please sign in to comment.