Skip to content

Commit

Permalink
chore(master): release 3.6.0 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian authored Aug 9, 2024
1 parent aa36997 commit 134b0d6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.5.3"
".": "3.6.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 134b0d6

Please sign in to comment.