Skip to content

Commit e4616ef

Browse files
committed
Update changelog
1 parent dfea316 commit e4616ef

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 2.75.3
4+
5+
_2022-05-29_
6+
7+
### Bug Fixes
8+
9+
- Retain parameter defaults for functions that are defaults themselves (#4515)
10+
- Track mutations for objects as default values (#4515)
11+
12+
### Pull Requests
13+
14+
- [#4515](https://github.com/rollup/rollup/pull/4515): Ensure parameter defaults are deoptimized (@lukastaegert)
15+
316
## 2.75.1
417

518
_2022-05-28_

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup",
3-
"version": "2.75.1",
3+
"version": "2.75.2",
44
"description": "Next-generation ES module bundler",
55
"main": "dist/rollup.js",
66
"module": "dist/es/rollup.js",

0 commit comments

Comments
 (0)