diff --git a/CHANGELOG.md b/CHANGELOG.md index 743f405..a631ddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [0.5.217](https://github.com/alex-ketch/metalsmith-renamer/compare/v0.5.216...v0.5.217) (2023-01-04) + ## [0.5.216](https://github.com/alex-ketch/metalsmith-renamer/compare/v0.5.215...v0.5.216) (2023-01-02) ## [0.5.215](https://github.com/alex-ketch/metalsmith-renamer/compare/v0.5.214...v0.5.215) (2022-12-22) diff --git a/package-lock.json b/package-lock.json index e785a60..8144812 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "metalsmith-renamer", - "version": "0.5.216", + "version": "0.5.217", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "metalsmith-renamer", - "version": "0.5.216", + "version": "0.5.217", "license": "MIT", "dependencies": { "minimatch": "^3.0.0" diff --git a/package.json b/package.json index 8784314..63c9934 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metalsmith-renamer", - "version": "0.5.216", + "version": "0.5.217", "description": "Plugin to take a pattern and rename each matched file", "source": "src/index.js", "main": "dist/index.js",