Merge pull request #197 from generative-music/develop

v1.23.0
This commit is contained in:
Alex Bainter
2019-12-16 20:11:57 -06:00
committed by GitHub
4 changed files with 11 additions and 5 deletions

View File

@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
(none)
## [1.24.0] - 2019-12-11
### Changed
- Update Patron list
## [1.23.0] - 2019-12-01
### Fixed
@@ -627,7 +633,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Sound files will no longer be fetched and cached during service worker installation. They'll be cached once they are fetched for the first time. This significantly reduces cache usage since only one audio format is used per client.
[unreleased]: https://github.com/generative-music/generative.fm/compare/v1.23.0...HEAD
[unreleased]: https://github.com/generative-music/generative.fm/compare/v1.24.0...HEAD
[1.24.0]: https://github.com/generative-music/generative.fm/compare/v1.23.0...v1.24.0
[1.23.0]: https://github.com/generative-music/generative.fm/compare/v1.22.0...v1.23.0
[1.22.0]: https://github.com/generative-music/generative.fm/compare/v1.21.0...v1.22.0
[1.21.0]: https://github.com/generative-music/generative.fm/compare/v1.20.0...v1.21.0

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "generative.fm",
"version": "1.22.0",
"version": "1.23.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "generative.fm",
"version": "1.22.0",
"version": "1.23.0",
"description": "A platform for playing generative music in the browser",
"main": "index.js",
"scripts": {

View File

@@ -32,8 +32,7 @@ const majorSupporters = [
'Mike Smith',
'Christian DeWolf',
'Sam Roelants',
// 'Papuna Gagnidze',
"Anthony O'Neill",
'Papuna Gagnidze',
'Russ Creech',
];