From ab82084488ec48a355c5f506e51795d3a6ad3d50 Mon Sep 17 00:00:00 2001 From: Fahmi Akbar Wildana Date: Thu, 6 Sep 2018 14:12:35 +0700 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93e8bb4..22c6da1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. + + +# 1.0.0 (2018-09-06) + +### Features + +- **wasm:** add feature to convert Rust into Wasm ([c3597a6](https://github.com/DrSensor/rs-jest/commit/c3597a6)) + # 0.0.0 (2018-08-29) diff --git a/package-lock.json b/package-lock.json index dc2bdd8..7fc31d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rs-jest", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 30ee16a..2f19fc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rs-jest", - "version": "0.0.0", + "version": "1.0.0", "description": "Jest preprocessor/transformer for Rust", "main": "dist/index.js", "typings": "index.d.ts",