From 47df38bf2d650e6124ad1896dfb0dc904554a7ae Mon Sep 17 00:00:00 2001 From: ashley williams Date: Fri, 7 Feb 2020 16:47:13 -0600 Subject: [PATCH] Revert "0.9.1" --- CHANGELOG.md | 28 ---------------------------- Cargo.lock | 2 +- Cargo.toml | 2 +- docs/index.html | 6 +++--- npm/package-lock.json | 2 +- npm/package.json | 2 +- 6 files changed, 7 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17eb651f..9987a11b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,33 +1,5 @@ # Changelog -## ☁️ 0.9.1 - -- ### 🤕 Fixes - - - **Bump binaryen to version_90 - [ashleygwilliams], [issue/781] [issue/782] [pull/687]** - - Previously, wasm-pack was hardcoded to install and attempt to execute wasm-opt on every build - using binaryen version 78. This version had various issues on Unix/Linux and caused broken CI - builds for many folks (we're so sorry!). - - This PR updates the binaryen version to 90, which should fix the issues folks were having. - - Long-term, we'd like to create an auto-updating mechanism so that we can install and use the - latest release of binaryen as we do for other binaries we orchestrate. - - [ashleygwilliams]: https://github.com/ashleygwilliams - [pull/687]: https://github.com/rustwasm/wasm-pack/pull/687 - [issue/782]: https://github.com/rustwasm/wasm-pack/issues/782 - [issue/781]: https://github.com/rustwasm/wasm-pack/issues/781 - -- ### 🛠️ Maintenance - - - **Consolidate wasm-opt installation into existing binary install logic - [ashleygwilliams], [issue/685] [pull/687]** - - [ashleygwilliams]: https://github.com/ashleygwilliams - [pull/687]: https://github.com/rustwasm/wasm-pack/pull/687 - [issue/685]: https://github.com/rustwasm/wasm-pack/issues/685 - ## 🌥️ 0.9.0 - ### ✨ Features diff --git a/Cargo.lock b/Cargo.lock index 9737a158..75c93b80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2063,7 +2063,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "wasm-pack" -version = "0.9.1" +version = "0.9.0" dependencies = [ "assert_cmd 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 6e8c66f6..2959fcd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "wasm-pack" description = "📦✨ your favorite rust -> wasm workflow tool!" -version = "0.9.1" +version = "0.9.0" authors = ["Ashley Williams "] repository = "https://github.com/ashleygwilliams/wasm-pack.git" license = "MIT/Apache-2.0" diff --git a/docs/index.html b/docs/index.html index f42db00c..9a284d87 100644 --- a/docs/index.html +++ b/docs/index.html @@ -42,9 +42,9 @@

wasm-pack

📦✨ your favorite rust -> wasm workflow tool!

- ✨ Install wasm-pack 0.9.1 ✨ -

7 Feb 2020 | - + ✨ Install wasm-pack 0.9.0 ✨ +

31 Jan 2020 | + Release Notes

diff --git a/npm/package-lock.json b/npm/package-lock.json index 3ba62bce..fa812a87 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -1,6 +1,6 @@ { "name": "wasm-pack", - "version": "0.9.1", + "version": "0.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/npm/package.json b/npm/package.json index c7036f79..31e77920 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "wasm-pack", - "version": "0.9.1", + "version": "0.9.0", "description": "📦✨ your favorite rust -> wasm workflow tool!", "main": "binary.js", "scripts": {