Skip to content

Commit

Permalink
fix publishing failure in 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 committed Nov 11, 2021
1 parent 72830db commit c01d9b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ $(TS_OUT): $(TS_SRC) $(RUST_WASM_OUT)

$(RUST_WASM_OUT): $(RUST_WASM_SRC)
wasm-pack build rs/wasm --$(MODE) -t $(word 3, $(subst /, ,$@)) -d ../../$(dir $@)
rm $(dir $@)/.gitignore

clean:
rm -rf esm dist
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.1.7 - 2021-11-10

- fix publishing failure in 2.1.6

## 2.1.6 - 2021-11-10

- build for node 16
Expand Down

0 comments on commit c01d9b3

Please sign in to comment.