diff --git a/CHANGELOG.md b/CHANGELOG.md index a158eb2f..1c2c52a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.28.8](https://github.com/webpack-contrib/css-loader/compare/v0.28.7...v0.28.8) (2018-01-05) + + +### Bug Fixes + +* **loader:** correctly check if source map is `undefined` ([#641](https://github.com/webpack-contrib/css-loader/issues/641)) ([0dccfa9](https://github.com/webpack-contrib/css-loader/commit/0dccfa9)) +* proper URL escaping and wrapping (`url()`) ([#627](https://github.com/webpack-contrib/css-loader/issues/627)) ([8897d44](https://github.com/webpack-contrib/css-loader/commit/8897d44)) + + + ## [0.28.7](https://github.com/webpack/css-loader/compare/v0.28.6...v0.28.7) (2017-08-30) diff --git a/package-lock.json b/package-lock.json index 6eff197f..13c93fee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "css-loader", - "version": "0.28.7", + "version": "0.28.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d8107599..308bf8ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "css-loader", - "version": "0.28.7", + "version": "0.28.8", "author": "Tobias Koppers @sokra", "license": "MIT", "description": "css loader module for webpack",