Skip to content

Commit

Permalink
Bump version number and update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
JWorthe committed Feb 17, 2021
1 parent 1639985 commit 39a0482
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ Changelog

## [unreleased]

## v0.1.4
- Fix bug where environment variables set for the workspace build
would leak into build scripts in the Wasm build.

## v0.1.3
- Remove requirement to have `wasm-pack` CLI installed and on the path.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "web-bundler"
description = "Manages the building of WebAssembly single page app frontends from a build.rs script so that they can easily be embedded into Rust API projects"
version = "0.1.3"
version = "0.1.4"
edition = "2018"
repository = "https://github.com/panoptix-za/web-bundler"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit 39a0482

Please sign in to comment.