We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5f946 commit ea9a1f6Copy full SHA for ea9a1f6
CHANGELOG.md
@@ -24,6 +24,10 @@ DO NOT TOUCH. SAVE IT ON TOP.
24
25
-->
26
27
+## [2.0.0] - 2020-05-26
28
+### Breaking
29
+- Requires `Node 10+`
30
+
31
## [1.3.0] - 2019-08-22
32
### Added
33
- `default` exports option.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@flexis/srcset-loader",
3
- "version": "1.3.0",
+ "version": "2.0.0",
4
"description": "Highly customizable loader for generating responsive images.",
5
"author": "dangreen",
6
"license": "MIT",
0 commit comments