Skip to content

Commit

Permalink
Merge pull request #13 from GaijinEntertainment/version-1.4.2
Browse files Browse the repository at this point in the history
Version 1.4.2
  • Loading branch information
zalan-racz-gaijin authored Apr 5, 2024
2 parents 68957c3 + c868448 commit 91a64c3
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 60 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.4.2 Pre-release] 2024.04.05.

### Improved

- Migrating includes from document links to go to declaration/definition/implementation
- Updated packages

## [1.4.1 Pre-release] - 2024.03.28.

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dagor-Shader-Language-Server
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,15 @@ If you have any problems or feature request for the extension, feel free to crea

For more information, see the [changelog](CHANGELOG.md).

### 1.4.2 Pre-release

- Migrating includes from document links to go to declaration/definition/implementation
- Other smaller improvements

### 1.4.1 Pre-release

- Diagnostics
- Other smaller improvements

### 1.4.0 Pre-release

Expand Down
108 changes: 54 additions & 54 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Dagor Shader Language Support",
"description": "Language support extension for the Dagor Shader Language.",
"publisher": "gaijin",
"version": "1.4.1",
"version": "1.4.2",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
Expand Down Expand Up @@ -135,10 +135,10 @@
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.30",
"@types/node": "^20.12.4",
"@types/vscode": "^1.80.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vscode/test-electron": "^2.3.9",
"@vscode/test-web": "^0.0.53",
"@vscode/vsce": "^2.24.0",
Expand All @@ -149,7 +149,7 @@
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"ts-loader": "^9.5.1",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
Expand Down

0 comments on commit 91a64c3

Please sign in to comment.