From c91e09d5edc1825c799ba88f9d8df2f3d376a9d7 Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Thu, 15 Jul 2021 22:20:51 +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 8f18abfc..6daa0670 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.3.10] - 2021-07-15 + +### Added + +- `fromTemplate` now works on row types in addition to sized vectors. + ## [0.3.10] - 2021-07-10 ### Added diff --git a/package.json b/package.json index 77a35d58..443b0d11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "purescript-wags", - "version": "0.3.10", + "version": "0.3.11", "description": "Web Audio Graphs as a Stream", "scripts": { "build": "spago build",