Skip to content

Commit ebb2fe6

Browse files
author
Shiv Bharthur
committed
chore(release): 0.28.5
1 parent b92c941 commit ebb2fe6

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
<a name="0.28.5"></a>
6+
## [0.28.5](https://github.com/webpack/css-loader/compare/v0.28.4...v0.28.5) (2017-08-16)
7+
8+
9+
### Bug Fixes
10+
11+
* match mutliple dashes (`options.camelCase`) ([#556](https://github.com/webpack/css-loader/issues/556)) ([1fee601](https://github.com/webpack/css-loader/commit/1fee601))
12+
13+
14+
515
<a name="0.28.4"></a>
616
## [0.28.4](https://github.com/webpack/css-loader/compare/v0.28.3...v0.28.4) (2017-05-30)
717

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-loader",
3-
"version": "0.28.4",
3+
"version": "0.28.5",
44
"author": "Tobias Koppers @sokra",
55
"description": "css loader module for webpack",
66
"engines": {
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"babel-code-frame": "^6.11.0",
1616
"css-selector-tokenizer": "^0.7.0",
17-
"cssnano": ">=2.6.1 <4",
17+
"cssnano": "=4.0.0-rc.0",
1818
"icss-utils": "^2.1.0",
1919
"loader-utils": "^1.0.2",
2020
"lodash.camelcase": "^4.3.0",

0 commit comments

Comments
 (0)