From f533b160c0b00890e0121f4ba0a908ad947e224d Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Thu, 23 Sep 2021 16:11:24 +0300 Subject: [PATCH] Bumps version --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6518e675..410ba0d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.4.8] - 2021-09-23 + +### Fixed + +- fixes `bufferToList`'s callback function, which had an erroneous unsubscribe. + ## [0.4.7] - 2021-09-12 ### Fixed diff --git a/package.json b/package.json index 67d006cb..4c3ff63b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "purescript-wags", - "version": "0.4.7", + "version": "0.4.8", "description": "Web Audio Graphs as a Stream", "scripts": { "build": "spago build",