diff --git a/CHANGELOG.md b/CHANGELOG.md index a0d8ba7..7ffc584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.1.26 (2024-10-28) + ### 0.1.25 (2024-10-16) ### [0.1.24](https://github.com/Kikobeats/isolated-function/compare/v0.1.23...v0.1.24) (2024-09-23) diff --git a/package.json b/package.json index 7df0d9f..5bcabc9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "isolated-function", "description": "Runs untrusted code in a Node.js v8 sandbox.", "homepage": "https://github.com/Kikobeats/isolated-function", - "version": "0.1.25", + "version": "0.1.26", "main": "src/index.js", "exports": { ".": "./src/index.js"