From 63b2bb082cd65224a3749466898b3834e9d100c7 Mon Sep 17 00:00:00 2001 From: Alberto Villa Date: Fri, 29 Apr 2022 11:15:06 +0200 Subject: [PATCH] Mark release 0.1.2 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 374c822..8910a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [Unreleased](https://github.com/facile-it/fortepiano/compare/v0.1.1...HEAD) +## [0.1.2](https://github.com/facile-it/fortepiano/compare/v0.1.1...v0.1.2) - 2022-04-29 ### Added diff --git a/package.json b/package.json index 1b28d12..d3e4710 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fortepiano", - "version": "0.1.1", + "version": "0.1.2", "description": "Playing actual music over fp-ts notes", "main": "./lib/index.js", "module": "./esm/index.js",