Skip to content

Commit 5bf6e79

Browse files
julkuhjessebluemr
andauthored
integrate latest dev changes (#51)
* Prepare update for 4.20.2 --------- Co-authored-by: Marko Reiprecht <m.reiprecht@conterra.de>
1 parent 3bcee68 commit 5bf6e79

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [4.20.0] - TBD
5+
## [4.20.2] - 28.11.2025
6+
7+
### Changes in pom.xml
8+
- Update `mapapps.version` property to `4.20.2`
9+
10+
## [4.20.1] - never released
11+
12+
Version number accidentally reserved in npm registry.
13+
14+
## [4.20.0] - 19.11.2025
615

716
- Migrate to the package manager [PNPM](https://pnpm.io/) (previously: NPM).
817
PNPM supports additional settings like `onlyBuiltDependencies` that reduce attack vectors from the supply chain.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
<js.build.outputPath>${root.build.outputPath}/js</js.build.outputPath>
342342

343343

344-
<mapapps.version>4.20.0</mapapps.version>
344+
<mapapps.version>4.20.2</mapapps.version>
345345
<!-- JS lib versions -->
346346
<apprt.version>${mapapps.version}</apprt.version>
347347

0 commit comments

Comments
 (0)