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

Commit 48c5e69

Browse files
committed
chore: version 1.4.6
1 parent 7117f74 commit 48c5e69

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-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.4.5</version>
13+
<version>1.4.6</version>
1414
<packaging>nbm</packaging>
1515

1616
<properties>

src/main/nbm/manifest.mf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ 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.4.6</p>
10+
<p style="margin-left: 10px; font-weight: bold;">MINOR</p>
11+
<ul>
12+
<li>Added log file /var/log/npm_err.log for errors that won't get propagated to the UI</li>
13+
</ul>
14+
<p style="margin-left: 10px; font-weight: bold;">BUGFIXES</p>
15+
<ul>
16+
<li>Fix: Randomly blocking UI during package.json parsing</li>
17+
<li>Fix: NPM run configuration throws NullPointerExceptions during startup</li>
18+
</ul>
919
<p style="font-weight: bold;">v1.4.5</p>
1020
<p style="margin-left: 10px; font-weight: bold;">MAJOR</p>
1121
<ul>

0 commit comments

Comments
 (0)