diff --git a/CHANGELOG.md b/CHANGELOG.md index a3a8e88a6..9d7c418e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v3.0.4...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v3.0.5...HEAD). + + +## [v3.0.5] - 2023-06-02 +### Bug Fixes +- **bundle/Builder:** Remove sourceMappingURL from modules embedded as string [`a2f410c`](https://github.com/SAP/ui5-builder/commit/a2f410c32945a6a25fdf47b7b06ccb7f21ef5716) + +### Dependency Updates +- Bump xml2js from 0.5.0 to 0.6.0 [`9679830`](https://github.com/SAP/ui5-builder/commit/967983000d64324089740c5ffc0460dcca23866f) + ## [v3.0.4] - 2023-05-23 @@ -791,6 +800,7 @@ to load the custom bundle file instead. ### Features - Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7) +[v3.0.5]: https://github.com/SAP/ui5-builder/compare/v3.0.4...v3.0.5 [v3.0.4]: https://github.com/SAP/ui5-builder/compare/v3.0.3...v3.0.4 [v3.0.3]: https://github.com/SAP/ui5-builder/compare/v3.0.2...v3.0.3 [v3.0.2]: https://github.com/SAP/ui5-builder/compare/v3.0.1...v3.0.2 diff --git a/package-lock.json b/package-lock.json index 7c23c43e7..dcddeaeb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ui5/builder", - "version": "3.0.4", + "version": "3.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/builder", - "version": "3.0.4", + "version": "3.0.5", "license": "Apache-2.0", "dependencies": { "@jridgewell/sourcemap-codec": "^1.4.15", diff --git a/package.json b/package.json index 6a0ba4da9..aa55d87eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/builder", - "version": "3.0.4", + "version": "3.0.5", "description": "UI5 Tooling - Builder", "author": { "name": "SAP SE",