From f57afa7814b16f07bcabda41bf10088043d7437f Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Wed, 16 Jan 2019 09:43:08 -0500 Subject: [PATCH 1/2] feat(ignore): remove wasm-pack.log --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6ecdd21..4d85744 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ target/ **/*.rs.bk tests/.crates.toml tests/bin -wasm-pack.log /build-installer docs/book docs/installer From 7f944f9c4ff872a637fe4af0edcbad46263d3d2c Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Wed, 16 Jan 2019 09:43:58 -0500 Subject: [PATCH 2/2] feat(changelog): s/Carol/Cargo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cf822a..b560937 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,7 @@ Currently, you can only configure things related to the above-mentioned build profiles. To learn more, [check out the documentation][profile-config-docs]. It leverages the `package.metadata.wasm-pack` key in your - `Carol.toml`, and looks like this: + `Cargo.toml`, and looks like this: ```toml # Cargo.toml