Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

Commit 2c29f3c

Browse files
committed
chore: version 1.5.4
1 parent 41e740c commit 2c29f3c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>de.adito.aditoweb.nbm</groupId>
1212
<artifactId>nodejs</artifactId>
13-
<version>1.5.3</version>
13+
<version>1.5.4</version>
1414
<packaging>nbm</packaging>
1515

1616
<properties>

src/main/nbm/manifest.mf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ OpenIDE-Module-Layer: de/adito/aditoweb/nbm/nodejs/layer.xml
66
OpenIDE-Module-Short-Description: NodeJS & TypeScript Support for ADITO Designer
77
OpenIDE-Module-Long-Description: NodeJS & TypeScript Support for ADITO Designer
88
<p style="font-weight: bold;">Changelog</p>
9+
<p style="font-weight: bold;">v1.5.4</p>
10+
<p style="margin-left: 10px; font-weight: bold;">MINOR</p>
11+
<ul>
12+
<li>Upgraded default nodejs version to v18.14.0. This version does not use symlinks for dependencies which leads to better performance from the designer</li>
13+
</ul>
914
<p style="font-weight: bold;">v1.5.3</p>
1015
<p style="margin-left: 10px; font-weight: bold;">BUGFIXES</p>
1116
<ul>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022.2.3
1+
2023.0.0

0 commit comments

Comments
 (0)