Skip to content

Commit

Permalink
Update chanlog and lerna version (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr authored Jan 23, 2024
1 parent 4e6ca30 commit 5c2588b
Show file tree
Hide file tree
Showing 4 changed files with 470 additions and 1,021 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Eclipse GLSP Server Changelog

## [v2.0.0 - 14/10/2023]((https://github.com/eclipse-glsp/glsp-server-node/releases/tag/v2.0.0))
## v2.1.0 - active

- [operation] Add support for defining ghost elements/templates in `CreateNodeOperationHandler`'s [#65](https://github.com/eclipse-glsp/glsp-server-node/pull/65)
- [launch] Use "127.0.0.1" as default host to avoid potential IP v4/v6 connection issues [#67](https://github.com/eclipse-glsp/glsp-server-node/pull/67)
- [gmodel] Fix a bug in `GModelDeleteOperationHandler` that prevented deletion of multiple selected elements [#68](https://github.com/eclipse-glsp/glsp-server-node/pull/68)

## [v2.0.0 - 14/10/2023](<(https://github.com/eclipse-glsp/glsp-server-node/releases/tag/v2.0.0)>)

### Changes

Expand Down
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"version": "2.0.0",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
"run": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@eclipse-glsp/dev": "2.0.0",
"@types/node": "16.x",
"lerna": "^6.6.2",
"lerna": "^7.0.0",
"typescript": "^5.0.4"
},
"engines": {
Expand Down
Loading

0 comments on commit 5c2588b

Please sign in to comment.