Skip to content

Commit 1c33879

Browse files
Merge pull request #143 from ashleygwilliams/0.3.1
v0.3.1
2 parents 50bd377 + 1d2fa20 commit 1c33879

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

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

3+
## 🌠 0.3.1
4+
5+
Babby's first point release! Are we a real project now?
6+
7+
### 🤕 Fixes
8+
9+
- **fixed `init` `Is a Directory` error - [ashleygwilliams], [pull/139]**
10+
11+
Our new logging feature accidentally introduced a regression into 0.3.0. When
12+
calling `wasm-pack init`, if a directory was not passed, a user would receive
13+
a "Is a Directory" Error. Sorry about that! Thanks to [jbolila] for filing
14+
[issue/136]!
15+
16+
[pull/139]: https://github.com/ashleygwilliams/wasm-pack/pull/139
17+
[issue/136]: https://github.com/ashleygwilliams/wasm-pack/issues/136
18+
[jbolila]: https://github.com/jbolila
19+
20+
- **typescript files were not included in published package - [danreeves], [pull/138]**
21+
22+
Generating Typescript type files by default was a pretty rad feature in
23+
0.3.0 but we accidentally forgot to ensure they were included in the
24+
published package. Thanks so much to [danreeves] for catching this issue
25+
and fixing it for us!
26+
27+
[danreeves]: https://github.com/danreeves
28+
[pull/138]: https://github.com/ashleygwilliams/wasm-pack/pull/138
29+
330
## 💫 0.3.0
431

532
### ✨ Features

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,7 +1,7 @@
11
[package]
22
name = "wasm-pack"
33
description = "pack up the wasm and publish it to npm!"
4-
version = "0.3.0"
4+
version = "0.3.1"
55
authors = ["Ashley Williams <[email protected]>"]
66
repository = "https://github.com/ashleygwilliams/wasm-pack.git"
77
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)