Skip to content

Commit 3834704

Browse files
committed
Update changelog
1 parent 2bbdc8e commit 3834704

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# rollup changelog
22

3+
## 2.71.0
4+
5+
_2022-04-30_
6+
7+
## Features
8+
9+
- Mark `Object.hasOwn` as pure (#4482)
10+
11+
### Bug Fixes
12+
13+
- Prevent infinite recursion and display proper warning for recursive reexports (#4472)
14+
- Fix type issue in TypeScript nightly (#4471)
15+
16+
### Pull Requests
17+
18+
- [#4467](https://github.com/rollup/rollup/pull/4467): docs: update deprecated option in tools.md (@kimjh96)
19+
- [#4471](https://github.com/rollup/rollup/pull/4471): Fix: tsc did not build (@frank-dspeed)
20+
- [#4472](https://github.com/rollup/rollup/pull/4472): Throw proper error when indirectly reexporting a recursive binding (@lukastaegert)
21+
- [#4475](https://github.com/rollup/rollup/pull/4475): chore: bump deps (#4475) (@dnalborczyk)
22+
- [#4477](https://github.com/rollup/rollup/pull/4477): chore: bump github actions (@dnalborczyk)
23+
- [#4478](https://github.com/rollup/rollup/pull/4478): ci: test with node.js v18, remove v17 (@dnalborczyk)
24+
- [#4479](https://github.com/rollup/rollup/pull/4479): chore(repo): replace `git.io` in the issue template (@SukkaW)
25+
- [#4482](https://github.com/rollup/rollup/pull/4482): feat: add Object.hasOwn as pure function (@dnalborczyk)
26+
327
## 2.70.2
428

529
_2022-04-15_

0 commit comments

Comments
 (0)