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

Commit

Permalink
chore: version 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wglanzer committed Oct 27, 2022
1 parent 7117f74 commit 48c5e69
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>de.adito.aditoweb.nbm</groupId>
<artifactId>nodejs</artifactId>
<version>1.4.5</version>
<version>1.4.6</version>
<packaging>nbm</packaging>

<properties>
Expand Down
10 changes: 10 additions & 0 deletions src/main/nbm/manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ OpenIDE-Module-Layer: de/adito/aditoweb/nbm/nodejs/layer.xml
OpenIDE-Module-Short-Description: NodeJS & TypeScript Support for ADITO Designer
OpenIDE-Module-Long-Description: NodeJS & TypeScript Support for ADITO Designer
<p style="font-weight: bold;">Changelog</p>
<p style="font-weight: bold;">v1.4.6</p>
<p style="margin-left: 10px; font-weight: bold;">MINOR</p>
<ul>
<li>Added log file /var/log/npm_err.log for errors that won't get propagated to the UI</li>
</ul>
<p style="margin-left: 10px; font-weight: bold;">BUGFIXES</p>
<ul>
<li>Fix: Randomly blocking UI during package.json parsing</li>
<li>Fix: NPM run configuration throws NullPointerExceptions during startup</li>
</ul>
<p style="font-weight: bold;">v1.4.5</p>
<p style="margin-left: 10px; font-weight: bold;">MAJOR</p>
<ul>
Expand Down

0 comments on commit 48c5e69

Please sign in to comment.