Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSensor committed Sep 6, 2018
1 parent 3fb943c commit ab82084
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.0.0"></a>

# 1.0.0 (2018-09-06)

### Features

- **wasm:** add feature to convert Rust into Wasm ([c3597a6](https://github.com/DrSensor/rs-jest/commit/c3597a6))

<a name="0.0.0"></a>

# 0.0.0 (2018-08-29)
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ab82084

Please sign in to comment.