Skip to content

Commit

Permalink
Bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Solomon committed Jan 1, 2022
1 parent a1d962a commit a00cd7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a00cd7e

Please sign in to comment.