Skip to content

Commit 1dc41bc

Browse files
authored
Merge pull request #1095 from drager/0.10.2
0.10.2
2 parents c5461f1 + c8944e3 commit 1dc41bc

File tree

7 files changed

+158
-110
lines changed

7 files changed

+158
-110
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,48 @@
22

33
## 🤍 Unreleased
44

5+
## 🌦️ 0.10.2
6+
7+
- ### ✨ Features
8+
9+
- **Implement support for RFC 8, transitive NPM dependencies - [jpgneves], [issue/606] [pull/986]**
10+
11+
[pull/986]: https://github.com/rustwasm/wasm-pack/pull/986
12+
[issue/606]: https://github.com/rustwasm/wasm-pack/issues/606
13+
[jpgneves]: https://github.com/jpgneves
14+
15+
- ### 🤕 Fixes
16+
17+
- **Add support for macos aarch64 - [d3lm], [issue/913] [pull/1088]**
18+
19+
This fixes aarch64 for MacOS and will download x86_64-apple-darwin.
20+
21+
[pull/1088]: https://github.com/rustwasm/wasm-pack/pull/1088
22+
[issue/913]: https://github.com/rustwasm/wasm-pack/issues/913
23+
[d3lm]: https://github.com/d3lm
24+
25+
- **Add linux/arm64 to release workflow - [nacardin], [issue/1064] [pull/1065]**
26+
27+
[pull/1065]: https://github.com/rustwasm/wasm-pack/pull/1065
28+
[issue/1064]: https://github.com/rustwasm/wasm-pack/issues/1064
29+
[nacardin]: https://github.com/nacardin
30+
31+
- **Force axios version - [drager], [pull/1094]**
32+
33+
Forces npm package `axios` to version `0.21.2` in order to get security fix for a security vulnerability present in axios
34+
before version `0.21.2`.
35+
36+
[pull/1094]: https://github.com/rustwasm/wasm-pack/pull/1094
37+
38+
- ### 📖 Documentation
39+
40+
- **Update docs for how to pass extra options to cargo - [FrankenApps], [issue/1059] [pull/1073]**
41+
42+
[FrankenApps]: https://github.com/FrankenApps
43+
[pull/1073]: https://github.com/rustwasm/wasm-pack/pull/1073
44+
[issue/1059]: https://github.com/rustwasm/wasm-pack/issues/1059
45+
46+
547
## 🌦️ 0.10.1
648

749
- ### 🤕 Fixes

0 commit comments

Comments
 (0)