Skip to content

Commit

Permalink
chore(main): release sandworm 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabidobo committed Sep 17, 2022
1 parent fc02b67 commit 5ea3ed9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.0.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.1](https://github.com/sandworm-hq/sandworm-js/compare/sandworm-v1.0.0...sandworm-v1.0.1) (2022-09-17)


### Bug Fixes

* include inspector tool browser app sourcemaps ([88a09ec](https://github.com/sandworm-hq/sandworm-js/commit/88a09ec3fa9b3d959a4185e5d01bb9f248d6e184))
* module names now account for callbacks ([fc02b67](https://github.com/sandworm-hq/sandworm-js/commit/fc02b67dadb7915869de2c9994fbd84689cf0b8e))

## [1.0.0](https://github.com/sandworm-hq/sandworm-js/compare/sandworm-v0.2.0...sandworm-v1.0.0) (2022-09-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sandworm",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 5ea3ed9

Please sign in to comment.