Skip to content

Commit f85cbaa

Browse files
committed
chore(release): 4.0.0
1 parent f1c1049 commit f85cbaa

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## [4.0.0](https://github.com/Calvin-LL/webpack-image-srcset-loader/compare/v3.0.3...v4.0.0) (2020-12-18)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* null is no longer allowed as a size, replaced by `"original"`
11+
12+
### Features
13+
14+
* null is no longer allowed as a size, replaced by `"original"` ([f1c1049](https://github.com/Calvin-LL/webpack-image-srcset-loader/commit/f1c10498093c0fd6ae3594002a0b0dafa7dbc535))
15+
516
### [3.0.3](https://github.com/Calvin-LL/webpack-image-srcset-loader/compare/v3.0.2...v3.0.3) (2020-12-14)
617

718
### [3.0.2](https://github.com/Calvin-LL/webpack-image-srcset-loader/compare/v3.0.1...v3.0.2) (2020-11-29)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-image-srcset-loader",
3-
"version": "3.0.3",
3+
"version": "4.0.0",
44
"description": "Generate srcset string from image",
55
"keywords": [
66
"webpack",

0 commit comments

Comments
 (0)