File tree 2 files changed +28
-1
lines changed
2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
30
## 💫 0.3.0
4
31
5
32
### ✨ Features
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wasm-pack"
3
3
description = " pack up the wasm and publish it to npm!"
4
- version = " 0.3.0 "
4
+ version = " 0.3.1 "
5
5
authors = [
" Ashley Williams <[email protected] >" ]
6
6
repository = " https://github.com/ashleygwilliams/wasm-pack.git"
7
7
license = " MIT/Apache-2.0"
You can’t perform that action at this time.
0 commit comments