From eeb3abfa39006b4ac9875647018bfaedba656f78 Mon Sep 17 00:00:00 2001 From: David Lepaux Date: Mon, 3 Apr 2023 20:40:28 +0200 Subject: [PATCH] chore(release): 3.2.0 --- changelog.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 50cfbd2..4b9b4f6 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,8 @@ 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.2.0](https://github.com/dlepaux/realtime-bpm-analyzer/compare/v3.1.5...v3.2.0) (2023-04-03) + ### [3.1.5](https://github.com/dlepaux/realtime-bpm-analyzer/compare/v3.1.4...v3.1.5) (2023-04-01) diff --git a/package-lock.json b/package-lock.json index ebc20ce..88bac0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "realtime-bpm-analyzer", - "version": "3.1.5", + "version": "3.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5593463..b4c61e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "realtime-bpm-analyzer", - "version": "3.1.5", + "version": "3.2.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",