Skip to content

Commit

Permalink
4.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Jan 6, 2024
1 parent 47e9bd1 commit 1837203
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# rollup changelog

## 4.9.4

_2024-01-06_

### Bug Fixes

- Use quotes for keys in namespaces that are only numbers but are not valid integers (#5328)
- Allow to have comments between pure annotations and the annoted node (#5332)

### Pull Requests

- [#5328](https://github.com/rollup/rollup/pull/5328): Correctly handling number key (@LongTengDao)
- [#5332](https://github.com/rollup/rollup/pull/5332): Handle pure annotations that are separated by a comment (@lukastaegert)

## 4.9.3

_2024-01-05_
Expand Down
2 changes: 1 addition & 1 deletion browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rollup/browser",
"version": "4.9.3",
"version": "4.9.4",
"description": "Next-generation ES module bundler browser build",
"main": "dist/rollup.browser.js",
"module": "dist/es/rollup.browser.js",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "4.9.3",
"version": "4.9.4",
"description": "Next-generation ES module bundler",
"main": "dist/rollup.js",
"module": "dist/es/rollup.js",
Expand Down

1 comment on commit 1837203

@vercel
Copy link

@vercel vercel bot commented on 1837203 Jan 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.