diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c4aa6d..dcb7d9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +#7.2.1 - 2017-10-19 + +Fixed: dependency security ([#108](https://github.com/postcss/postcss-url/issues/108)) ([#109](https://github.com/postcss/postcss-url/issues/109)) + #7.2.0 - 2017-10-17 Added: `assetsPath` option for `rebase` diff --git a/package.json b/package.json index 67915db..5fbf9cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-url", - "version": "7.2.0", + "version": "7.2.1", "description": "PostCSS plugin to rebase or inline on url().", "keywords": [ "css",