diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d0ab664..d43a621 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.2.1" } \ No newline at end of file diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f9e7df1..40eb46b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 9dab78e..509e142 100644 --- a/package.json +++ b/package.json @@ -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",