From 134b0d69736fa93aad2822d20dd174b2d0e6c625 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Fri, 9 Aug 2024 20:43:42 +0100 Subject: [PATCH] chore(master): release 3.6.0 (#33) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9d5cb18..dc70380 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.5.3" + ".": "3.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index af3ce6d..9c02784 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.6.0](https://github.com/Julusian/node-midi/compare/v3.5.3...v3.6.0) (2024-08-09) + + +### Features + +* Add openPortByName methods for input and output ports ([#32](https://github.com/Julusian/node-midi/issues/32)) ([b0219ea](https://github.com/Julusian/node-midi/commit/b0219ea4cd1aa4fc1fc995239aef8175f6e7066a)) + + +### Bug Fixes + +* note constants ([#31](https://github.com/Julusian/node-midi/issues/31)) ([c1d16f5](https://github.com/Julusian/node-midi/commit/c1d16f52ed92f21819e8a7923095df2f3170980b)) + ## [3.5.3](https://github.com/Julusian/node-midi/compare/v3.5.2...v3.5.3) (2024-07-14) diff --git a/package.json b/package.json index 6636ca1..1595a8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@julusian/midi", - "version": "3.5.3", + "version": "3.6.0", "scripts": { "install": "pkg-prebuilds-verify ./binding-options.js || node-gyp rebuild", "build": "node-gyp build",