diff --git a/.npmignore b/.npmignore index a99468b2c..fa3427798 100644 --- a/.npmignore +++ b/.npmignore @@ -3,6 +3,7 @@ examples test lib-cov .editorconfig +.gitignore .jshintignore .jshintrc .travis.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d22cf63..902916a83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### [ [>](https://github.com/svg/svgo/tree/v1.0.5) ] 1.0.5 / 26.02.2018 +* Fixed issue with prefixIDs plugin not replacing url() values correctly (by @harrisjose). + ### [ [>](https://github.com/svg/svgo/tree/v1.0.4) ] 1.0.4 / 30.01.2018 * Fixed bug with removing groups that are direct child of "". * Fixed bug with shorthand path points counting (thanks @alexjlockwood for noticing).