Skip to content

Commit

Permalink
4.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Apr 15, 2024
1 parent 49ed6d9 commit e64f3d8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# rollup changelog

## 4.14.3

_2024-04-15_

### Bug Fixes

- Support Alpine Linux and other MUSL builds on ARM (#5471)

### Pull Requests

- [#5471](https://github.com/rollup/rollup/pull/5471): Add linux arm musl build (@sapphi-red)

## 4.14.2

_2024-04-12_
Expand Down
2 changes: 1 addition & 1 deletion browser/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/browser",
"version": "4.14.2",
"version": "4.14.3",
"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
@@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "4.14.2",
"version": "4.14.3",
"description": "Next-generation ES module bundler",
"main": "dist/rollup.js",
"module": "dist/es/rollup.js",
Expand Down

0 comments on commit e64f3d8

Please sign in to comment.