diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index bd6a06c..6daf615 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.9" + ".": "1.1.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c67e7c..000cb5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.1.10](https://github.com/mdn/watify/compare/v1.1.9...v1.1.10) (2026-04-29) + + +### Miscellaneous + +* **deps:** bump wasm-bindgen from 0.2.114 to 0.2.115 ([#73](https://github.com/mdn/watify/issues/73)) ([57a2633](https://github.com/mdn/watify/commit/57a2633b8875e2d24f90c246f704c4588f6985d6)) +* **deps:** bump wasm-bindgen from 0.2.115 to 0.2.117 ([#76](https://github.com/mdn/watify/issues/76)) ([c6273c1](https://github.com/mdn/watify/commit/c6273c14d0ecb4162ad1bd9cf89d5a2eaf7c41b1)) +* **deps:** bump wasm-bindgen from 0.2.117 to 0.2.118 ([#77](https://github.com/mdn/watify/issues/77)) ([49b2cd0](https://github.com/mdn/watify/commit/49b2cd042888347ea09b3264a3c5a00cdeab8222)) +* **deps:** bump wasm-bindgen from 0.2.118 to 0.2.120 ([#85](https://github.com/mdn/watify/issues/85)) ([27df917](https://github.com/mdn/watify/commit/27df917007fecf3716f4c5a09b57218c4b7c40bc)) +* **deps:** bump wat from 1.245.1 to 1.246.2 ([#75](https://github.com/mdn/watify/issues/75)) ([034774f](https://github.com/mdn/watify/commit/034774f086dff30c2797041ac44b40f7baab640d)) +* **deps:** bump wat from 1.246.2 to 1.247.0 ([#83](https://github.com/mdn/watify/issues/83)) ([b462476](https://github.com/mdn/watify/commit/b4624766a0410b42bae24f64c53b754313b3f48f)) +* **deps:** bump wat from 1.247.0 to 1.248.0 ([#86](https://github.com/mdn/watify/issues/86)) ([01f0abd](https://github.com/mdn/watify/commit/01f0abdab68189a8b76ebf02164b0c88def262b7)) + ## [1.1.9](https://github.com/mdn/watify/compare/v1.1.8...v1.1.9) (2026-03-04) diff --git a/Cargo.lock b/Cargo.lock index e304bb5..ad99da2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -203,7 +203,7 @@ dependencies = [ [[package]] name = "watify" -version = "1.1.9" +version = "1.1.10" dependencies = [ "wasm-bindgen", "wat", diff --git a/Cargo.toml b/Cargo.toml index 28c63ff..63dd823 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watify" -version = "1.1.9" +version = "1.1.10" license = "MPL-2.0" description = "Compile WAT to WASM with WASM 🙇" authors = ["MDN Engineering Team "]