From 06d36cf3a619cab20b08608204cb7ea9bddaceab Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Wed, 19 Feb 2020 20:04:50 +0300 Subject: [PATCH] chore(release): 1.3.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 500dd11..31d28c7 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. + +# [1.3.0](https://github.com/webpack/loader-utils/compare/v1.2.3...v1.3.0) (2020-02-19) + + +### Features + +* support the `[query]` template for the `interpolatedName` method ([#162](https://github.com/webpack/loader-utils/issues/162)) ([469eeba](https://github.com/webpack/loader-utils/commit/469eeba)) + + + ## [1.2.3](https://github.com/webpack/loader-utils/compare/v1.2.2...v1.2.3) (2018-12-27) diff --git a/package.json b/package.json index 8a2f0bd..f2a336a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loader-utils", - "version": "1.2.3", + "version": "1.3.0", "author": "Tobias Koppers @sokra", "description": "utils for webpack loaders", "dependencies": {