Skip to content

Commit

Permalink
chore(main): release sandworm 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabidobo committed Sep 27, 2022
1 parent 55a867b commit e4057e7
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.2.0"
".": "1.2.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.2.1](https://github.com/sandworm-hq/sandworm-js/compare/sandworm-v1.2.0...sandworm-v1.2.1) (2022-09-27)


### Bug Fixes

* support nested node_modules ([4a4c0e7](https://github.com/sandworm-hq/sandworm-js/commit/4a4c0e7ef6cdf24ed21464a58f7b876133e68110))

## [1.2.0](https://github.com/sandworm-hq/sandworm-js/compare/sandworm-v1.1.1...sandworm-v1.2.0) (2022-09-23)


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

0 comments on commit e4057e7

Please sign in to comment.