rollup-plugin-sizes
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -1,9 +0,15 @@ | ||
## [1.0.4](https://github.com/tivac/rollup-plugin-sizes/compare/v1.0.3...v1.0.4) (2021-02-26) | ||
## 1.0.5 | ||
## 1.0.6 | ||
### Patch Changes | ||
- [#178](https://github.com/tivac/rollup-plugin-sizes/pull/178) [`2ba0ba1`](https://github.com/tivac/rollup-plugin-sizes/commit/2ba0ba13b0b3cb605e5954ad82de220c68b419c2) Thanks [@tbouffard](https://github.com/tbouffard)! - feat: add rollup@4 support | ||
### Patch Changes | ||
- [#143](https://github.com/tivac/rollup-plugin-sizes/pull/143) [`79ceac1`](https://github.com/tivac/rollup-plugin-sizes/commit/79ceac1a68c0b2a1372525983dac3f9f3b02fafc) Thanks [@tivac](https://github.com/tivac)! - Add support for `rollup@3` | ||
## [1.0.4](https://github.com/tivac/rollup-plugin-sizes/compare/v1.0.3...v1.0.4) (2021-02-26) | ||
### Bug Fixes | ||
@@ -10,0 +16,0 @@ |
{ | ||
"name": "rollup-plugin-sizes", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Show info about files/packages included with your rollup bundle", | ||
@@ -29,3 +29,3 @@ "main": "index.js", | ||
"jest": "^28.0.3", | ||
"rollup": "^3.9.0" | ||
"rollup": "^4.2.0" | ||
}, | ||
@@ -37,4 +37,4 @@ "dependencies": { | ||
"peerDependencies": { | ||
"rollup": "^2 || ^3" | ||
"rollup": "^2 || ^3 || ^4" | ||
} | ||
} |
12877