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

Commit a571553

Browse files
committed
chore: version 1.5.1
1 parent b670b12 commit a571553

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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.0</version>
13+
<version>1.5.1</version>
1414
<packaging>nbm</packaging>
1515

1616
<properties>

src/main/nbm/manifest.mf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ 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.1</p>
10+
<p style="margin-left: 10px; font-weight: bold;">MINOR</p>
11+
<ul>
12+
<li>Upgraded default nodejs version to 16.18.1 in order to prevent errors during peerDependency reading</li>
13+
<li>Install global packages using 'npm i -g', instead of modifying node_modules manually</li>
14+
<li>Create the ignoredWarnings file only if there are ignored warnings</li>
15+
<li>Always use the nodejs installation specified in options</li>
16+
</ul>
917
<p style="font-weight: bold;">v1.5.0</p>
1018
<p style="margin-left: 10px; font-weight: bold;">MINOR</p>
1119
<ul>

0 commit comments

Comments
 (0)