Skip to content

Commit 06d36cf

Browse files
chore(release): 1.3.0
1 parent 469eeba commit 06d36cf

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
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="1.3.0"></a>
6+
# [1.3.0](https://github.com/webpack/loader-utils/compare/v1.2.3...v1.3.0) (2020-02-19)
7+
8+
9+
### Features
10+
11+
* 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))
12+
13+
14+
515
<a name="1.2.3"></a>
616
## [1.2.3](https://github.com/webpack/loader-utils/compare/v1.2.2...v1.2.3) (2018-12-27)
717

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loader-utils",
3-
"version": "1.2.3",
3+
"version": "1.3.0",
44
"author": "Tobias Koppers @sokra",
55
"description": "utils for webpack loaders",
66
"dependencies": {

0 commit comments

Comments
 (0)