Skip to content

Commit

Permalink
chore(release): 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.3.0](v0.2.1...v0.3.0) (2021-06-07)

### Bug Fixes

* **build:** back to non-prerelease next branch ([ab89b16](ab89b16))
* **node:** build fail on Linux ([1b5dfb0](1b5dfb0))
* **node:** type failings for inferred types ([ff36e86](ff36e86))

### Features

* add NodeIpc and IPC polyfill ([a4cf205](a4cf205))
* show Node plugin CPU usage ([81af081](81af081))
  • Loading branch information
semantic-release-bot committed Jun 7, 2021
1 parent ab89b16 commit 46c8e39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midi-mixer-plugin",
"version": "0.3.0-next.1",
"version": "0.3.0",
"description": "A TypeScript library to support making MIDI Mixer plugins.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 46c8e39

Please sign in to comment.