Skip to content

Commit 0ff9bf7

Browse files
committedJul 8, 2022
Update changelog
1 parent 768534a commit 0ff9bf7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
 

‎CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# rollup changelog
22

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+
327
## 2.75.7
428

529
_2022-06-20_

0 commit comments

Comments
 (0)
Please sign in to comment.