Skip to content

Commit 0f0f34b

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2026-03-31) ### Features * add core bindings for Tone.js ([3a47faf](3a47faf)) * add documentation and rename package to rescript-tone ([9623c8e](9623c8e)) * add effects and component bindings ([e6dc941](e6dc941)) * add instrument and source bindings ([084bcff](084bcff)) * add scheduling bindings ([2356b1f](2356b1f)) * add signal and channel bindings ([c124a83](c124a83))
1 parent 9623c8e commit 0f0f34b

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 1.0.0 (2026-03-31)
2+
3+
4+
### Features
5+
6+
* add core bindings for Tone.js ([3a47faf](https://github.com/brnrdog/rescript-tone/commit/3a47faf5cd2cefc9afe85b9decd0e75c70cdea33))
7+
* add documentation and rename package to rescript-tone ([9623c8e](https://github.com/brnrdog/rescript-tone/commit/9623c8edbf55587c7b86038e9126a46e191de382))
8+
* add effects and component bindings ([e6dc941](https://github.com/brnrdog/rescript-tone/commit/e6dc941a3df4b533c68b02ebc331dd9d8d9a78f3))
9+
* add instrument and source bindings ([084bcff](https://github.com/brnrdog/rescript-tone/commit/084bcffece12031b296224dce5c489fbb7288e4d))
10+
* add scheduling bindings ([2356b1f](https://github.com/brnrdog/rescript-tone/commit/2356b1f7e83e1cc316325e1ff256bb1dd424bea8))
11+
* add signal and channel bindings ([c124a83](https://github.com/brnrdog/rescript-tone/commit/c124a8322571211ae5baf63772fb7d2d4eb23996))

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript-tone",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "ReScript bindings for Tone.js",
55
"keywords": [
66
"rescript",

0 commit comments

Comments
 (0)