diff --git a/CHANGELOG.md b/CHANGELOG.md index 47a108f..5af7399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.3.5](https://github.com/webpod/zurk/compare/v0.3.4...v0.3.5) (2024-09-19) + +### Fixes & improvements +* fix: enhance `TemplateStringArray` detection ([10dc031](https://github.com/webpod/zurk/commit/10dc031690e338dd8b0a6fb763f5163c2f851c3d)) + ## [0.3.4](https://github.com/webpod/zurk/compare/v0.3.3...v0.3.4) (2024-09-18) ### Fixes & improvements diff --git a/package-lock.json b/package-lock.json index 9356fdc..cba45f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zurk", - "version": "0.3.4", + "version": "0.3.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zurk", - "version": "0.3.4", + "version": "0.3.5", "license": "MIT", "devDependencies": { "@types/node": "^22.5.4", diff --git a/package.json b/package.json index 102d19f..acf8791 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zurk", - "version": "0.3.4", + "version": "0.3.5", "description": "A generic process spawner", "type": "module", "main": "target/cjs/index.cjs",