Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed May 26, 2020
1 parent 9f31cdc commit b79cca5
Show file tree
Hide file tree
Showing 3 changed files with 269 additions and 272 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ DO NOT TOUCH. SAVE IT ON TOP.
-->

## [2.0.0] - 2020-05-26
### Breaking
- Requires `Node 10+`

## [1.4.2] - 2019-08-22
### Fixed
- [#63](https://github.com/TrigenSoftware/flexis-srcset/pull/63) - thanks to [ashleahhill](https://github.com/ashleahhill) ❤️
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flexis/srcset",
"version": "1.4.2",
"version": "2.0.0",
"description": "Highly customizable tool for generating responsive images.",
"author": "dangreen",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=8.0.0"
"node": ">=10.0.0"
},
"scripts": {
"lint": "trigen-scripts lint",
Expand Down Expand Up @@ -63,7 +63,7 @@
"vinyl-fs": "^3.0.3"
},
"devDependencies": {
"@size-limit/preset-small-lib": "^3.0.1",
"@size-limit/preset-small-lib": "^4.5.0",
"@trigen/scripts": "6.0.0",
"@trigen/scripts-plugin-babel": "6.1.1",
"@trigen/scripts-plugin-eslint": "6.0.0",
Expand Down
Loading

0 comments on commit b79cca5

Please sign in to comment.