Skip to content

Commit 0cac697

Browse files
github-actions[bot]andrewangelle
authored andcommitted
chore(release): changesets versioning & publication
1 parent 5d92ec7 commit 0cac697

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/brave-fans-travel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/midi-to-json/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @midi-json-tools/midi-to-json
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- 5d92ec7: Issue #25 Fix incorrect charset
8+
39
## 1.1.1
410

511
### Patch Changes

packages/midi-to-json/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://jsr.io/schema/config-file.v1.json",
33
"name": "@midi-json-tools/midi-to-json",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"exports": "./src/index.ts",
66
"exclude": ["test"]
77
}

packages/midi-to-json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midi-json-tools/midi-to-json",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"author": "Andrew Angelle <andrewangelle@gmail.com>",
55
"homepage": "https://github.com/andrewangelle/midi-json-tools#readme",
66
"readme": "https://github.com/andrewangelle/midi-json-tools/blob/main/packages/midi-to-json/README.md",

0 commit comments

Comments
 (0)