Skip to content

Commit

Permalink
chore(master): release 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Aug 9, 2024
1 parent c1d16f5 commit 46ccac6
Show file tree
Hide file tree
Showing 3 changed files with 9 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.5.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.5.4](https://github.com/Julusian/node-midi/compare/v3.5.3...v3.5.4) (2024-08-09)


### 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.5.4",
"scripts": {
"install": "pkg-prebuilds-verify ./binding-options.js || node-gyp rebuild",
"build": "node-gyp build",
Expand Down

0 comments on commit 46ccac6

Please sign in to comment.