Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit c423008

Browse files
committedOct 27, 2020
chore(release): 6.2.0
1 parent 654e0d6 commit c423008

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
## [6.2.0](https://github.com/webpack-contrib/file-loader/compare/v6.1.1...v6.2.0) (2020-10-27)
6+
7+
8+
### Features
9+
10+
* added the `sourceFilename` property to asset info with original filename ([#393](https://github.com/webpack-contrib/file-loader/issues/393)) ([654e0d6](https://github.com/webpack-contrib/file-loader/commit/654e0d641ec067089f6a2d12e30ec3520f00d808))
11+
12+
13+
### Bug Fixes
14+
15+
* immutable flag when the `name` option have hash in query string ([#392](https://github.com/webpack-contrib/file-loader/issues/392)) ([381d8bd](https://github.com/webpack-contrib/file-loader/commit/381d8bda3f2494487bfe840386e365b97b6025fe))
16+
517
### [6.1.1](https://github.com/webpack-contrib/file-loader/compare/v6.1.0...v6.1.1) (2020-10-09)
618

719
### Chore

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "file-loader",
3-
"version": "6.1.1",
3+
"version": "6.2.0",
44
"description": "A file loader module for webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/file-loader",

0 commit comments

Comments
 (0)
This repository has been archived.