Skip to content

Commit 489ef12

Browse files
chore(release): 1.2.1
1 parent 73d350a commit 489ef12

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.2.1"></a>
6+
## [1.2.1](https://github.com/webpack/loader-utils/compare/v1.2.0...v1.2.1) (2018-12-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **isUrlRequest:** better handle absolute urls and non standards ([#134](https://github.com/webpack/loader-utils/issues/134)) ([aca43da](https://github.com/webpack/loader-utils/commit/aca43da))
12+
13+
14+
### Reverts
15+
16+
* PR [#79](https://github.com/webpack/loader-utils/issues/79) ([#135](https://github.com/webpack/loader-utils/issues/135)) ([73d350a](https://github.com/webpack/loader-utils/commit/73d350a))
17+
18+
19+
520
<a name="1.2.0"></a>
621
# [1.2.0](https://github.com/webpack/loader-utils/compare/v1.1.0...v1.2.0) (2018-12-24)
722

Diff for: 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.0",
3+
"version": "1.2.1",
44
"author": "Tobias Koppers @sokra",
55
"description": "utils for webpack loaders",
66
"dependencies": {

0 commit comments

Comments
 (0)