diff --git a/pom.xml b/pom.xml
index 87cd394..a5dff00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
de.adito.aditoweb.nbm
nodejs
- 1.0.3
+ 1.0.4
nbm
diff --git a/src/main/nbm/manifest.mf b/src/main/nbm/manifest.mf
index d5802f5..bcee49e 100644
--- a/src/main/nbm/manifest.mf
+++ b/src/main/nbm/manifest.mf
@@ -5,6 +5,11 @@ OpenIDE-Module-Display-Category: ADITO / Editors
OpenIDE-Module-Short-Description: NodeJS & TypeScript Support for ADITO Designer
OpenIDE-Module-Long-Description: NodeJS & TypeScript Support for ADITO Designer
Changelog
+ v1.0.4
+ BUGFIXES
+
+ - Fix: Exception if bundled NodeJS environment not available and typescript is updated
+
v1.0.3
MINOR