diff --git a/changelog.md b/changelog.md index c494055..8205438 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.3.0](https://github.com/dlepaux/realtime-bpm-analyzer/compare/v3.2.1...v3.3.0) (2024-01-28) + + +### Features + +* **datasets:** add manifest generator for datasets ([dc927c5](https://github.com/dlepaux/realtime-bpm-analyzer/commit/dc927c50f7e3cb83077a1ad0b90dc7b82c6f5638)) + ### [3.2.1](https://github.com/dlepaux/realtime-bpm-analyzer/compare/v3.2.0...v3.2.1) (2023-06-24) diff --git a/package-lock.json b/package-lock.json index 29edfc0..54df82e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "realtime-bpm-analyzer", - "version": "3.2.1", + "version": "3.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "realtime-bpm-analyzer", - "version": "3.2.1", + "version": "3.3.0", "license": "MIT", "devDependencies": { "@commitlint/cli": "^18.5.0", diff --git a/package.json b/package.json index 5f61256..f306e5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "realtime-bpm-analyzer", - "version": "3.2.1", + "version": "3.3.0", "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",