Skip to content

Commit

Permalink
Updated extension version to v1.3.2 and updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BeardedFish committed Jul 13, 2024
1 parent 5816b38 commit fdba0eb
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v1.3.2 - 2024-07-13

- Added `Buy Me a Coffee` link to the README.md file
- Added autocompletion integration testing via Mocha

## v1.3.1 - 2024-01-28

- Fixed issue where scoped properties not defined in the configuration's schema would show autocompletion items
Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

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

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-apache-dispatcher-config-language-support-client",
"version": "1.3.1",
"version": "1.3.2",
"description": "Client implementation of the Apache Dispatcher Config Language Support for Visual Studio Code extension.",
"main": "src/client.ts",
"scripts": {},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "An extension for Visual Studio Code that enables language support for Apache Dispatcher Config files.",
"icon": "./assets/icon.png",
"license": "MIT",
"version": "1.3.1",
"version": "1.3.2",
"publisher": "darian-benam",
"keywords": [
"AEM",
Expand Down
4 changes: 2 additions & 2 deletions server/package-lock.json

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

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-apache-dispatcher-config-language-support-language-server",
"version": "1.3.1",
"version": "1.3.2",
"description": "A Node.js language server that provides features to interact with Apache Dispatcher Config files.",
"main": "src/server.ts",
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ CONNECTION.onInitialize(async function(initializeParams: InitializeParams): Prom
},
serverInfo: {
name: "Apache Dispatcher Config Language Server",
version: "1.3.1"
version: "1.3.2"
}
};

Expand Down

0 comments on commit fdba0eb

Please sign in to comment.