From 2f562f8c3a8a222dd3a5d66b44e219e5b2e8fd2f Mon Sep 17 00:00:00 2001 From: Juho Vepsalainen Date: Thu, 30 Mar 2017 09:42:14 +0300 Subject: [PATCH] chore(release): 0.28.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59db8665..03e8603b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.0](https://github.com/webpack/css-loader/compare/v0.27.3...v0.28.0) (2017-03-30) + + +### Features + +* add alias feature to rewrite URLs ([#274](https://github.com/webpack/css-loader/issues/274)) ([c8db489](https://github.com/webpack/css-loader/commit/c8db489)) + + + ## [0.27.3](https://github.com/webpack/css-loader/compare/v0.27.2...v0.27.3) (2017-03-13) diff --git a/package.json b/package.json index c07b7fb5..47974860 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "css-loader", - "version": "0.27.3", + "version": "0.28.0", "author": "Tobias Koppers @sokra", "description": "css loader module for webpack", "engines": {