Skip to content

Commit

Permalink
chore(main): release sandworm 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabidobo committed Sep 21, 2022
1 parent 98562a3 commit c6f196e
Show file tree
Hide file tree
Showing 3 changed files with 9 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.1.0"
".": "1.1.1"
}
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.1](https://github.com/sandworm-hq/sandworm-js/compare/sandworm-v1.1.0...sandworm-v1.1.1) (2022-09-21)


### Bug Fixes

* tracking errors now log at debug level ([98562a3](https://github.com/sandworm-hq/sandworm-js/commit/98562a35c8e0ff69df18fa1503333711fec42d00))

## [1.1.0](https://github.com/sandworm-hq/sandworm-js/compare/sandworm-v1.0.1...sandworm-v1.1.0) (2022-09-21)


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.1.0",
"version": "1.1.1",
"description": "Easy auditing & sandboxing for your JavaScript dependencies 🪱",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c6f196e

Please sign in to comment.