From 8ae0709a0f70a0ffcdfb263e96a65a30702318b2 Mon Sep 17 00:00:00 2001 From: David Lepaux Date: Sun, 28 Nov 2021 16:30:42 +0100 Subject: [PATCH] chore(release): 2.1.5 --- changelog.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 57cc4a9..31e8bf0 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. +### [2.1.5](https://github.com/dlepaux/realtime-bpm-analyzer/compare/v2.1.4...v2.1.5) (2021-11-28) + ### [2.1.4](https://github.com/dlepaux/realtime-bpm-analyzer/compare/v2.1.3...v2.1.4) (2021-11-28) ### [2.1.3](https://github.com/dlepaux/realtime-bpm-analyzer/compare/v2.1.2...v2.1.3) (2021-11-28) diff --git a/package-lock.json b/package-lock.json index babb31f..7a2b781 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "realtime-bpm-analyzer", - "version": "2.1.4", + "version": "2.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.1.4", + "version": "2.1.5", "license": "MIT", "devDependencies": { "@commitlint/cli": "^12.1.4", diff --git a/package.json b/package.json index c70f4a1..2d335a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "realtime-bpm-analyzer", - "version": "2.1.4", + "version": "2.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",