Skip to content

Commit c6b6f9c

Browse files
chore(main): release 1.1.6 (#45)
Co-authored-by: MDN Web Docs GitHub Bot <108879845+mdn-bot@users.noreply.github.com>
1 parent f1fdff7 commit c6b6f9c

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.5"
2+
".": "1.1.6"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.1.6](https://github.com/mdn/watify/compare/v1.1.5...v1.1.6) (2025-11-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **npm:** publish with Node v24 ([#44](https://github.com/mdn/watify/issues/44)) ([408119c](https://github.com/mdn/watify/commit/408119ce74bebdca52cf51f7094405d19922d355))
9+
10+
11+
### Miscellaneous
12+
13+
* **deps:** bump rust from 1.81 to 1.90 ([#47](https://github.com/mdn/watify/issues/47)) ([ffccf8e](https://github.com/mdn/watify/commit/ffccf8e8e58f7c2187194b99e80312885f438271))
14+
* **deps:** bump wat from 1.240.0 to 1.241.2 ([#50](https://github.com/mdn/watify/issues/50)) ([f765437](https://github.com/mdn/watify/commit/f7654375e180a3bc537549b891f17aea59e52f06))
15+
316
## [1.1.5](https://github.com/mdn/watify/compare/v1.1.4...v1.1.5) (2025-10-30)
417

518

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "watify"
3-
version = "1.1.5"
3+
version = "1.1.6"
44
license = "MPL-2.0"
55
description = "Compile WAT to WASM with WASM 🙇"
66
authors = ["MDN Engineering Team <mdn-dev@mozilla.com>"]

0 commit comments

Comments
 (0)