Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed May 29, 2022
1 parent dfea316 commit e4616ef
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,18 @@
# rollup changelog

## 2.75.3

_2022-05-29_

### Bug Fixes

- Retain parameter defaults for functions that are defaults themselves (#4515)
- Track mutations for objects as default values (#4515)

### Pull Requests

- [#4515](https://github.com/rollup/rollup/pull/4515): Ensure parameter defaults are deoptimized (@lukastaegert)

## 2.75.1

_2022-05-28_
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "2.75.1",
"version": "2.75.2",
"description": "Next-generation ES module bundler",
"main": "dist/rollup.js",
"module": "dist/es/rollup.js",
Expand Down

0 comments on commit e4616ef

Please sign in to comment.