diff --git a/CHANGELOG.md b/CHANGELOG.md index 14febe3..76fa73d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.3.3](https://github.com/coon-js/delorean/compare/v0.3.2...v0.3.3) (2022-12-15) + + +### Bug Fixes + +* leading slash not removed with -r option ([7e8911e](https://github.com/coon-js/delorean/commit/7e8911e47d2f2d0d5017efc42234a7433e7ed3f5)) + ### [0.3.2](https://github.com/coon-js/delorean/compare/v0.3.1...v0.3.2) (2022-12-15) diff --git a/package-lock.json b/package-lock.json index e8e447a..ce04f0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@coon-js/delorean", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@coon-js/delorean", - "version": "0.3.2", + "version": "0.3.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8ddca0d..f9d219a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coon-js/delorean", - "version": "0.3.2", + "version": "0.3.3", "type": "module", "scripts": { "postinstall": "node lib/postinstall.js",