Skip to content

Commit

Permalink
release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hall committed Mar 31, 2023
1 parent c9a576a commit 7b6f64e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ 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).

## [Unreleased]

## [0.1.1] - 2023-03-31

### Fixed

- practice and listen functionality restored

## [0.1.0] - 2023-03-29

### Added
Expand Down
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
utils.url = "github:numtide/flake-utils";
};
outputs = inputs@{ self, ... }:
inputs.utils.lib.eachDefaultSystem (system:
inputs.utils.lib.eachSystem ["x86_64-linux"] (system:
let pkgs = inputs.nixpkgs.legacyPackages.${system}; in
{
# formatter = pkgs.nodejs.pkgs.prettier; # TODO: write inplace
Expand All @@ -15,7 +15,7 @@
pname = package.name;
version = package.version;
src = ./.;
npmDepsHash = "sha256-8txl04A36fbM7nMvRSX9X/o/FSOF6TyxXNSDnkiFx94=";
npmDepsHash = "sha256-sXfR5aKIKdsVKTp5TEdUkPapvYr3Lkli7y1c7f2cBBI=";
nativeBuildInputs = [
python310
nodejs.pkgs.node-gyp-build
Expand Down
2 changes: 1 addition & 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.0",
"version": "0.1.1",
"author": "",
"homepage": "https://midi.academy",
"scripts": {
Expand Down

0 comments on commit 7b6f64e

Please sign in to comment.