diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e9f77c9abc..425136c21cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # rollup changelog +## 4.13.0 + +_2024-03-12_ + +### Features + +- Ensure that the location of parse errors and other logs is encoded in the error message as well (#5424) + +### Pull Requests + +- [#5417](https://github.com/rollup/rollup/pull/5417): chore(deps): lock file maintenance minor/patch updates ( @renovate[bot]) +- [#5418](https://github.com/rollup/rollup/pull/5418): chore(deps): lock file maintenance (@renovate[bot]) +- [#5419](https://github.com/rollup/rollup/pull/5419): chore: fix typo (@OnlyWick) +- [#5424](https://github.com/rollup/rollup/pull/5424): Add locations to logs, warnings and error messages ( @lukastaegert) + ## 4.12.1 _2024-03-06_ diff --git a/browser/package.json b/browser/package.json index 1558148ac86..d0faa8d8b5f 100644 --- a/browser/package.json +++ b/browser/package.json @@ -1,6 +1,6 @@ { "name": "@rollup/browser", - "version": "4.12.1", + "version": "4.13.0", "description": "Next-generation ES module bundler browser build", "main": "dist/rollup.browser.js", "module": "dist/es/rollup.browser.js", diff --git a/package-lock.json b/package-lock.json index 42e44d64c2e..342aa835014 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rollup", - "version": "4.12.1", + "version": "4.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rollup", - "version": "4.12.1", + "version": "4.13.0", "license": "MIT", "dependencies": { "@types/estree": "1.0.5" diff --git a/package.json b/package.json index cc341713bb9..3a068df45e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "4.12.1", + "version": "4.13.0", "description": "Next-generation ES module bundler", "main": "dist/rollup.js", "module": "dist/es/rollup.js",