Skip to content

Commit

Permalink
Release v6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-ka committed May 8, 2023
1 parent c69c382 commit 16cf319
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cmlVersion=6.7.1-SNAPSHOT
cmlVersion=6.8.0
gradleNodePluginVersion=3.5.0
nodeVersion=18.12.0
19 changes: 10 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "context-mapper-vscode-extension",
"displayName": "Context Mapper",
"description": "The Context Mapper VS Code Extension",
"version": "6.8.0-SNAPSHOT",
"version": "6.8.0",
"publisher": "contextmapper",
"icon": "resources/contextmapper.png",
"license": "Apache-2.0",
Expand Down Expand Up @@ -244,7 +244,7 @@
},
"dependencies": {
"lodash": ">=4.17.21",
"vsce": "^2.14.0",
"vsce": "^2.15.0",
"vscode-languageclient": "^5.2.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion syntaxes/cml.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"userRequirementKeywords": {
"name": "keyword.control.cml",
"match": "\\b(UseCase|UserStory|actor|interactions|benefit|scope|level|As a|As an|I want to|so that|true|a|an|the|with its|with their|in|for|to|create|read|update|delete|supports|split by)\\b"
"match": "\\b(UseCase|UserStory|actor|secondaryActors|interactions|benefit|scope|level|As a|As an|I want to|so that|true|a|an|the|with its|with their|in|for|to|create|read|update|delete|supports|split by)\\b"
},
"applicationLayerKeywords": {
"name": "keyword.control.cml",
Expand Down

0 comments on commit 16cf319

Please sign in to comment.