We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e58f47 commit 403df36Copy full SHA for 403df36
CHANGELOG.md
@@ -24,6 +24,10 @@ DO NOT TOUCH. SAVE IT ON TOP.
24
25
-->
26
27
+## [4.1.0] - 2021-02-13
28
+### Added
29
+- `processOnce` option.
30
+
31
## [4.0.0] - 2021-02-01
32
### Breaking
33
- Requires `Node 12+`
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@flexis/srcset-loader",
3
- "version": "4.0.0",
+ "version": "4.1.0",
4
"description": "Highly customizable loader for generating responsive images.",
5
"author": "dangreen",
6
"license": "MIT",
0 commit comments