From 58736a0d0a8a5d71c12e74f60fec8f7109472752 Mon Sep 17 00:00:00 2001 From: TimSusa Date: Sat, 2 Jan 2021 00:16:19 +0100 Subject: [PATCH] chore(release): 0.0.6 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ec4df3..5de5c04 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. +### [0.0.6](https://github.com/TimSusa/cliptor/compare/v0.0.5...v0.0.6) (2021-01-01) + + +### Features + +* Introduce shifting samples forward and backward ([62be32d](https://github.com/TimSusa/cliptor/commit/62be32d96b5d5f39548bcd784e1257ebf980da60)) + ### [0.0.5](https://github.com/TimSusa/cliptor/compare/v0.0.4...v0.0.5) (2021-01-01) diff --git a/package.json b/package.json index e2800ff..5113556 100644 --- a/package.json +++ b/package.json @@ -134,4 +134,4 @@ "last 1 safari version" ] } -} \ No newline at end of file +}