Skip to content

Commit cc0d870

Browse files
committed
chore(release): 1.2.0
1 parent 1eaeed4 commit cc0d870

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.2.0"></a>
6+
7+
# [1.2.0](https://github.com/DrSensor/rollup-plugin-rust/compare/v1.1.2...v1.2.0) (2018-10-17)
8+
9+
### Features
10+
11+
- use webassembly-loader internally ([#26](https://github.com/DrSensor/rollup-plugin-rust/issues/26)) ([1eaeed4](https://github.com/DrSensor/rollup-plugin-rust/commit/1eaeed4))
12+
513
<a name="1.1.2"></a>
614

715
## [1.1.2](https://github.com/DrSensor/rollup-plugin-rust/compare/v1.1.1...v1.1.2) (2018-09-04)

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-rust",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "A rollup plugin that that compile Rust code into WebAssembly modules",
55
"main": "dist/index.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)