From cc742fd4701d0b6cf65ef55550a98073b6d2936f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:46:32 -0300 Subject: [PATCH] chore(main): release 1.5.1 (#46) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f15c6c88..80608721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.1](https://github.com/wellwelwel/poku/compare/v1.5.0...v1.5.1) (2024-02-28) + + +### Bug Fixes + +* **security:** sanitize path and prevent shell scripts ([#33](https://github.com/wellwelwel/poku/issues/33)) ([39f7d8c](https://github.com/wellwelwel/poku/commit/39f7d8c8b6e5e18a66f56581a6e0665132baa04c)) + ## [1.5.0](https://github.com/wellwelwel/poku/compare/v1.4.0...v1.5.0) (2024-02-26) diff --git a/package-lock.json b/package-lock.json index 847b7261..085347a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "poku", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "poku", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "bin": { "poku": "lib/bin/index.js" diff --git a/package.json b/package.json index dafbb0c1..ad955e9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poku", - "version": "1.5.0", + "version": "1.5.1", "description": "🐷 Poku brings human-friendly testing and assertion to Node.js, Bun & Deno at the same time.", "main": "./lib/index.js", "scripts": {