umple-lsp-server 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.2 - 2026-04-29
4
+
5
+ - Refined the GitHub Actions Trusted Publishing workflow so the manual dispatch dialog shows that `packages/server/package.json` is the version source.
6
+ - Kept `packages/server/package.json` as the single release-version source. No runtime LSP behavior changes from 1.0.1.
7
+
3
8
  ## 1.0.1 - 2026-04-29
4
9
 
5
10
  - Added GitHub Actions Trusted Publishing release infrastructure for future npm publishes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "umple-lsp-server",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Language Server Protocol implementation for the Umple modeling language",
5
5
  "main": "out/server.js",
6
6
  "bin": {