Skip to content

Commit 78db5eb

Browse files
committed
release v1.2.1
1 parent 568e753 commit 78db5eb

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ All notable changes to this project will be documented in this file.
1010
* Python API
1111
* Pure WebAssembly API
1212

13+
## 1.2.1 - 2023-01-23
14+
15+
### Added
16+
17+
* Export `setLogLevel` on the WebMscore web worker
18+
19+
### Fixed
20+
21+
* Static class fields cause error in babel-transpiled js
22+
1323
## 1.2.0 - 2023-01-23
1424

1525
### Added

web-public/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web-public/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webmscore",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "MuseScore's libmscore in WebAssembly! Read mscz data, and generate audio/MIDI/MusicXML/SVG/PNG/PDF sheets right in browsers",
55
"type": "module",
66
"types": "./src/index.d.ts",

0 commit comments

Comments
 (0)