Skip to content

Commit f5dccd1

Browse files
committed
0.10.3
1 parent 9505916 commit f5dccd1

File tree

7 files changed

+287
-217
lines changed

7 files changed

+287
-217
lines changed

CHANGELOG.md

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

33
## 🤍 Unreleased
44

5+
## 🌦️ 0.10.3
6+
7+
- ### 🤕 Fixes
8+
9+
- **Use bash to create release tarballs - [nasso], [issue/1097] [pull/1144]**
10+
11+
Fixes Windows installer failure due to malformatted tar.
12+
13+
[pull/1144]: https://github.com/rustwasm/wasm-pack/pull/1144
14+
[issue/1097]: https://github.com/rustwasm/wasm-pack/issues/1097
15+
[nasso]: https://github.com/nasso
16+
17+
- **Clean up package.json from previous runs - [main--], [issue/1110-comment] [pull/1119]**
18+
19+
Remove the package.json file from previous runs to avoid crashes.
20+
21+
[pull/1119]: https://github.com/rustwasm/wasm-pack/pull/1119
22+
[issue/1110-comment]: https://github.com/rustwasm/wasm-pack/pull/1110#issuecomment-1059008962
23+
[main--]: https://github.com/main--
24+
25+
- **Do not remove the pkg directory - [huntc], [issue/1099] [pull/1110]**
26+
27+
A recent change ensured that the pkg directory was removed as the first step of attempting to create it.
28+
Unfortunately, this caused a problem for webpack when watching the pkg directory.
29+
Webpack was unable to recover its watching and so any watch server must be restarted,
30+
which is a blocker when using it. This PR and release fixes this.
31+
32+
[pull/1110]: https://github.com/rustwasm/wasm-pack/pull/1110
33+
[issue/1099]: https://github.com/rustwasm/wasm-pack/issues/1099
34+
[huntc]: https://github.com/huntc
35+
36+
- **Bump regex from 1.5.4 to 1.5.6 - [dependabot], [pull/1147]**
37+
38+
Version 1.5.5 of the regex crate fixed a security bug in the regex compiler.
39+
40+
[pull/1065]: https://github.com/rustwasm/wasm-pack/pull/1065
41+
[issue/1064]: https://github.com/rustwasm/wasm-pack/issues/1064
42+
[nacardin]: https://github.com/nacardin
43+
44+
- **Bump openssl-src from 111.17.0+1.1.1m to 111.20.0+1.1.1o - [dependabot], [pull/1146]**
45+
46+
Bring in bug fixes from the new version of openssl-src.
47+
48+
[pull/1146]: https://github.com/rustwasm/wasm-pack/pull/1146
49+
[dependabot]: https://github.com/apps/dependabot
50+
51+
552
## 🌦️ 0.10.2
653

754
- ### ✨ Features

0 commit comments

Comments
 (0)