Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hall committed Jun 16, 2023
1 parent d7b2f7e commit 442617c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2023-06-15

### Changed

- use a single color for onscreen keyboard simplicity

### Added

- support for sending notes over a serial port to light an LED strip

## [0.1.3] - 2023-04-11

### Changed
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
pname = package.name;
version = package.version;
src = ./.;
npmDepsHash = "sha256-8+cvF2aQyX2kTSpkRa73tnxvyvbDF52uN/EA0Hwkq18=";
npmDepsHash = "sha256-yJUzy5mQjAMjbJIaHyHp7ajQcvWZMVc0D9PDfayQnsA=";
nativeBuildInputs = [
python310
nodejs.pkgs.node-gyp-build
Expand Down
10 changes: 8 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "midi.academy",
"description": "Interactive MIDI learning",
"version": "0.1.3",
"version": "0.2.0",
"author": "",
"homepage": "https://midi.academy",
"scripts": {
Expand Down Expand Up @@ -29,6 +29,7 @@
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@tonejs/piano": "^0.2.1",
"@types/dom-serial": "^1.0.3",
"@types/webmidi": "^2.0.6",
"jszip": "^3.10.0",
"loglevel": "^1.8.0",
Expand Down

0 comments on commit 442617c

Please sign in to comment.