From 067fd99a402972035dda568712155c1f5debdb65 Mon Sep 17 00:00:00 2001 From: David Lepaux Date: Sun, 28 Nov 2021 16:47:48 +0100 Subject: [PATCH] chore(release): 2.1.6 --- changelog.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 31e8bf0..fb8f66f 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. +### [2.1.6](https://github.com/dlepaux/realtime-bpm-analyzer/compare/v2.1.5...v2.1.6) (2021-11-28) + + +### Bug Fixes + +* use directly src files for package ([884f22f](https://github.com/dlepaux/realtime-bpm-analyzer/commit/884f22f82f3529cc6b8d5f72b69e5b010c4dd5ff)) + ### [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) diff --git a/package-lock.json b/package-lock.json index c56f90b..ab6b43a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "realtime-bpm-analyzer", - "version": "2.1.5", + "version": "2.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.1.5", + "version": "2.1.6", "license": "MIT", "devDependencies": { "@commitlint/cli": "^12.1.4", diff --git a/package.json b/package.json index 3e23550..7fa1edd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "realtime-bpm-analyzer", - "version": "2.1.5", + "version": "2.1.6", "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",