diff --git a/changelog.md b/changelog.md index dbd544e..50cfbd2 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.1.5](https://github.com/dlepaux/realtime-bpm-analyzer/compare/v3.1.4...v3.1.5) (2023-04-01) + + +### Bug Fixes + +* https://github.com/dlepaux/realtime-bpm-analyzer/issues/49 ([50f0a8b](https://github.com/dlepaux/realtime-bpm-analyzer/commit/50f0a8b917581a8fc1262955773655929f0664d2)) + ### [3.1.4](https://github.com/dlepaux/realtime-bpm-analyzer/compare/v3.1.3...v3.1.4) (2023-04-01) ### [3.1.3](https://github.com/dlepaux/realtime-bpm-analyzer/compare/v3.1.2...v3.1.3) (2023-03-21) diff --git a/package-lock.json b/package-lock.json index 8056269..9af0313 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "realtime-bpm-analyzer", - "version": "3.1.4", + "version": "3.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5915d29..7f345b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "realtime-bpm-analyzer", - "version": "3.1.4", + "version": "3.1.5", "description": "This dependency free library can analyze the BPM (Tempo) of an audio/video node or any stream in realtime on your browser", "author": { "name": "David Lepaux",