From b037f9260260a27f47a1f1c942f0dbb21c675935 Mon Sep 17 00:00:00 2001 From: TimSusa Date: Sun, 3 Jan 2021 00:59:59 +0100 Subject: [PATCH] chore(release): 0.0.10 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9be707e..b0d38f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. +### [0.0.10](https://github.com/TimSusa/cliptor/compare/v0.0.9...v0.0.10) (2021-01-02) + + +### Features + +* Have different audio output driver for every clip available ([b855173](https://github.com/TimSusa/cliptor/commit/b85517359fae4ced8342237fd88d90c3d4ac50af)) +* introduce loading ([1e16462](https://github.com/TimSusa/cliptor/commit/1e164628745f4ea3b3eb3010423e2efdbf03c869)) +* show loading on iphone ([8a47c92](https://github.com/TimSusa/cliptor/commit/8a47c9215a19aa8442cb8f14c3b500595e6c70e4)) +* Try to fix touch scroll ([2edc2bd](https://github.com/TimSusa/cliptor/commit/2edc2bda2717906140a7858432921f5c880e2bef)) +* use webaudio backend ([377afec](https://github.com/TimSusa/cliptor/commit/377afec735821e27cc4860b7ed6c9b1bc35628bb)) + ### [0.0.9](https://github.com/TimSusa/cliptor/compare/v0.0.6...v0.0.9) (2021-01-02) diff --git a/package.json b/package.json index 2a611ec..c281515 100644 --- a/package.json +++ b/package.json @@ -137,4 +137,4 @@ "last 1 safari version" ] } -} \ No newline at end of file +}