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

Commit f9cd02e

Browse files
committed
chore: version 1.5.5
1 parent f3e78c6 commit f9cd02e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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.4</version>
13+
<version>1.5.5</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.5</p>
10+
<p style="margin-left: 10px; font-weight: bold;">MINOR</p>
11+
<ul>
12+
<li>Added a button in the toolbar of the javascript and typescript editor to restart the server that provides autocomplete, go-to actions and other features for js/ts files</li>
13+
</ul>
914
<p style="font-weight: bold;">v1.5.4</p>
1015
<p style="margin-left: 10px; font-weight: bold;">MINOR</p>
1116
<ul>

0 commit comments

Comments
 (0)