diff --git a/CHANGELOG.md b/CHANGELOG.md index c88aa7d..a4268bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 3.0.1 (20.06.2023) + +Fixed the way Beatrix works with file paths, just to be sure that it won't blow up the directories outside of its domain. + +Also ensured that the tool works properly on Node.js 18. + + ## 3.0.0 (02.05.2023) Added `lnum` into the list of supported OpenType features. diff --git a/package-lock.json b/package-lock.json index 5a0df80..1b76127 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@funboxteam/beatrix", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@funboxteam/beatrix", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "dependencies": { "commander": "4.1.1" diff --git a/package.json b/package.json index 347bb94..7ffceb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@funboxteam/beatrix", - "version": "3.0.0", + "version": "3.0.1", "description": "A tool for converting and optimizing font files", "author": "Igor Adamenko (https://igoradamenko.com)", "license": "MIT",