Skip to content

Commit

Permalink
release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmader committed Jan 24, 2023
1 parent 568e753 commit 78db5eb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ All notable changes to this project will be documented in this file.
* Python API
* Pure WebAssembly API

## 1.2.1 - 2023-01-23

### Added

* Export `setLogLevel` on the WebMscore web worker

### Fixed

* Static class fields cause error in babel-transpiled js

## 1.2.0 - 2023-01-23

### Added
Expand Down
4 changes: 2 additions & 2 deletions web-public/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 web-public/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webmscore",
"version": "1.2.0",
"version": "1.2.1",
"description": "MuseScore's libmscore in WebAssembly! Read mscz data, and generate audio/MIDI/MusicXML/SVG/PNG/PDF sheets right in browsers",
"type": "module",
"types": "./src/index.d.ts",
Expand Down

0 comments on commit 78db5eb

Please sign in to comment.