Skip to content

Commit 9aff861

Browse files
authored
Merge pull request #1284 from rustwasm/0.11.1
0.11.1
2 parents 48177dc + bec6322 commit 9aff861

File tree

8 files changed

+336
-223
lines changed

8 files changed

+336
-223
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
## 🤍 Unreleased
44

5+
## 🌦️ 0.11.1
6+
7+
- ### 🤕 Fixes
8+
9+
- **Fix discovery of locally installed `wasm-opt` - [Liamolucko], [issue/1247], [pull/1257]**
10+
11+
[issue/1247]: https://github.com/rustwasm/wasm-pack/issues/1247
12+
[pull/1257]: https://github.com/rustwasm/wasm-pack/pull/1257
13+
[Liamolucko]: https://github.com/Liamolucko
14+
15+
- **Fix wasm-pack bin script entry - [ahippler], [issue/1248], [pull/1250]**
16+
17+
[issue/1248]: https://github.com/rustwasm/wasm-pack/issues/1248
18+
[pull/1250]: https://github.com/rustwasm/wasm-pack/pull/1250
19+
[ahippler]: https://github.com/ahippler
20+
21+
- ### 🛠️ Maintenance
22+
23+
- **bump openssl from 0.10.46 to 0.10.48 - [pull/1254]**
24+
25+
[pull/1254]: https://github.com/rustwasm/wasm-pack/pull/1254
26+
527
## 🌦️ 0.11.0
628

729
- ### ✨ Features

0 commit comments

Comments
 (0)