Skip to content

Commit

Permalink
chore(master): release 3.6.1 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian authored Aug 9, 2024
1 parent 2d3da1b commit e44dbe9
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.6.0"
".": "3.6.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.6.1](https://github.com/Julusian/node-midi/compare/v3.6.0...v3.6.1) (2024-08-09)


### Bug Fixes

* run ci for tags ([4673806](https://github.com/Julusian/node-midi/commit/46738060100a2cffb235d8cae14089b8c25ee1e6))

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


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

0 comments on commit e44dbe9

Please sign in to comment.