From a00cd7e5be796de2cb73be4930815b5e0b705b15 Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Sun, 2 Jan 2022 01:11:02 +0200 Subject: [PATCH] Bumps version --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43264ea0..403599bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.6.4] - 2021-12-15 +## [0.6.5] - 2022-01-02 + +### Added + +- Makes `control` parameter of looper more robust by turning it into a function. This allows initial controls to be informed by the environment in cases where the environment and control are otherwise decoupled. + +## [0.6.4] - 2022-01-01 ### Fixed diff --git a/package.json b/package.json index 4f00cdf2..c3965ea7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "purescript-wags", - "version": "0.6.4", + "version": "0.6.5", "description": "Web Audio Graphs as a Stream", "scripts": { "build": "spago build",