Skip to content

Commit 2fed3e3

Browse files
committed
chore(release): 1.1.0
1 parent 5e35543 commit 2fed3e3

File tree

3 files changed

+21
-15
lines changed

3 files changed

+21
-15
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="1.1.0"></a>
6+
# [1.1.0](https://github.com/DrSensor/rollup-plugin-rust/compare/v1.0.2...v1.1.0) (2018-08-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **test:** fix allocation failure GC in old space ([5e35543](https://github.com/DrSensor/rollup-plugin-rust/commit/5e35543))
12+
* **warning:** add `buffer` as external dependency ([9b9a093](https://github.com/DrSensor/rollup-plugin-rust/commit/9b9a093))
13+
14+
15+
### Features
16+
17+
* **async:** able to compile wasm asynchronously ([80c270d](https://github.com/DrSensor/rollup-plugin-rust/commit/80c270d))
18+
19+
20+
521
<a name="1.0.2"></a>
622
## [1.0.2](https://github.com/DrSensor/rollup-plugin-rust/compare/v1.0.1...v1.0.2) (2018-08-17)
723

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-rust",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "A rollup plugin that that compile Rust code into WebAssembly modules",
55
"main": "dist/index.js",
66
"typings": "index.d.ts",
@@ -25,21 +25,15 @@
2525
"prepare": "flow-typed install jest && flow-typed install --ignoreDeps dev && npm run lint:fix",
2626
"prepublishOnly": "npm run build"
2727
},
28-
"files": [
29-
"dist/"
30-
],
28+
"files": ["dist/"],
3129
"engines": {
3230
"node": ">= 8.9.0"
3331
},
3432
"repository": {
3533
"type": "git",
3634
"url": "git+https://github.com/DrSensor/rollup-plugin-rust.git"
3735
},
38-
"keywords": [
39-
"rollup-plugin",
40-
"rust",
41-
"webassembly"
42-
],
36+
"keywords": ["rollup-plugin", "rust", "webassembly"],
4337
"author": "Fahmi Akbar Wildana",
4438
"license": "MIT",
4539
"bugs": {
@@ -85,11 +79,7 @@
8579
"standard-version": "^4.4.0"
8680
},
8781
"lint-staged": {
88-
"*.js": [
89-
"pretty-quick --staged",
90-
"flow focus-check",
91-
"eslint"
92-
]
82+
"*.js": ["pretty-quick --staged", "flow focus-check", "eslint"]
9383
},
9484
"standard-version": {
9585
"scripts": {

0 commit comments

Comments
 (0)