Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
semantic-release-bot committed May 6, 2021
1 parent 47df3ac commit e3515ed
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.1](https://github.com/Alorel/rollup-plugin-wasm-bindgen-web/compare/1.0.0...1.0.1) (2021-05-06)


### Documentation

* Fixed the import name in the README ([47df3ac](https://github.com/Alorel/rollup-plugin-wasm-bindgen-web/commit/47df3acf59107e296dbe40b85f2ebfdb25514416))

# 1.0.0 (2021-05-05)


Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=14.0.0"
},
"version": "1.0.0",
"version": "1.0.1",
"description": "Monorepo root",
"main": "index.js",
"repository": "https://github.com/Alorel/rollup-plugin-wasm-bindgen-web.git",
Expand Down
4 changes: 2 additions & 2 deletions projects/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alorel/rollup-plugin-wasm-bindgen-web",
"version": "0.0.0",
"version": "1.0.1",
"engines": {
"node": ">=14.0.0"
},
Expand All @@ -23,4 +23,4 @@
"access": "public",
"registry": "https://npm.pkg.github.com"
}
}
}

0 comments on commit e3515ed

Please sign in to comment.