metalsmith-renamer
Advanced tools
Comparing version 0.5.1-next.1 to 0.5.1
@@ -0,1 +1,9 @@ | ||
## [0.5.1](https://github.com/alex-ketch/metalsmith-renamer/compare/v0.5.0...v0.5.1) (2020-06-12) | ||
### Bug Fixes | ||
* Fix joining of paths for renamed files ([16bafea](https://github.com/alex-ketch/metalsmith-renamer/commit/16bafea2a8301d8a24a51a14efc21942453495a4)) | ||
* Fix package bundling ([39b30f4](https://github.com/alex-ketch/metalsmith-renamer/commit/39b30f433c65f5b9aa277e79ea278eb08692c8c1)) | ||
## [0.5.1-next.1](https://github.com/alex-ketch/metalsmith-renamer/compare/v0.5.0...v0.5.1-next.1) (2020-05-30) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "metalsmith-renamer", | ||
"version": "0.5.1-next.1", | ||
"version": "0.5.1", | ||
"description": "Plugin to take a pattern and rename each matched file", | ||
@@ -32,4 +32,4 @@ "source": "src/index.js", | ||
"devDependencies": { | ||
"@babel/core": "7.10.1", | ||
"@babel/preset-env": "7.10.1", | ||
"@babel/core": "7.10.2", | ||
"@babel/preset-env": "7.10.2", | ||
"@semantic-release/changelog": "5.0.1", | ||
@@ -36,0 +36,0 @@ "@semantic-release/git": "9.0.0", |
13948