|
1 | 1 | #rollup changelog |
2 | 2 |
|
| 3 | +##2.76.0 |
| 4 | + |
| 5 | +_2022-07-08_ |
| 6 | + |
| 7 | +###Features |
| 8 | + |
| 9 | +- Allow setting a`sourcmapBaseUrl` for absolute paths in sourcemaps (#4527) |
| 10 | + |
| 11 | +###Bug Fixes |
| 12 | + |
| 13 | +- Support absolute CLI plugin paths on Windows (#4533) |
| 14 | + |
| 15 | +###Pull Requests |
| 16 | + |
| 17 | +-[#4527](https://github.com/rollup/rollup/pull/4527): Add sourcemapBaseUrl option (@nickgarlis) |
| 18 | +-[#4533](https://github.com/rollup/rollup/pull/4533): Add support for absolute plugin paths (@ygoe) |
| 19 | +-[#4538](https://github.com/rollup/rollup/pull/4538): chore: Included githubactions in the dependabot config (@naveensrinivasan) |
| 20 | +-[#4546](https://github.com/rollup/rollup/pull/4546): Adapt Node versions on CI to prepare for v3 (@lukastaegert) |
| 21 | +-[#4556](https://github.com/rollup/rollup/pull/4556): Improve error message for invalid patterns (@DysphoricUnicorn) |
| 22 | +-[#4559](https://github.com/rollup/rollup/pull/4559): Update dependencies (@lukastaegert) |
| 23 | +-[#4560](https://github.com/rollup/rollup/pull/4560): Bump peter-evans/create-or-update-comment from 1 to 2 (@dependabot) |
| 24 | +-[#4561](https://github.com/rollup/rollup/pull/4561): Bump peter-evans/find-comment from 1 to 2 (@dependabot) |
| 25 | +-[#4562](https://github.com/rollup/rollup/pull/4562): Bump codecov/codecov-action from 1 to 3 (@dependabot) |
| 26 | + |
3 | 27 | ##2.75.7 |
4 | 28 |
|
5 | 29 | _2022-06-20_ |
|