Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Dec 4, 2023
1 parent 4507068 commit c0b5191
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.2.0](https://github.com/discue/somewhat-secure-insecure-fn-executor/compare/v0.1.0...v0.2.0) (2023-12-04)


### Features

* remove whitespace before stack trace lines ([4507068](https://github.com/discue/somewhat-secure-insecure-fn-executor/commit/4507068fa34bc09e956b9402dfad2331474f0271))


### Bug Fixes

* args must be provided as array to internals ([c079ba9](https://github.com/discue/somewhat-secure-insecure-fn-executor/commit/c079ba9dd0fe14716f860c7b3119a0ed7d0c3e84))


### Chores

* document nodejs globals are not available ([d6cb201](https://github.com/discue/somewhat-secure-insecure-fn-executor/commit/d6cb201e80a56c64b2d97f30cf56414c9583eb75))
* update mocha command to run tests recursively ([23990e1](https://github.com/discue/somewhat-secure-insecure-fn-executor/commit/23990e1dc171c3df5e75489ece39b3ab471b303a))

## 0.1.0 (2023-12-04)


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
@@ -1,6 +1,6 @@
{
"name": "@discue/somewhat-secure-insecure-fn-executor",
"version": "0.1.0",
"version": "0.2.0",
"description": "Tries to isolate execution of untrusted code",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit c0b5191

Please sign in to comment.