-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
95cc54f
commit f37deb7
Showing
3 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
|
||
## v0.1.1 (2023-02-24) | ||
|
||
#### :rocket: Enhancement | ||
* [#14](https://github.com/kaermorchen/vscode-drupal/pull/14) Add release-it and lerna-changelog ([@kaermorchen](https://github.com/kaermorchen)) | ||
|
||
#### Committers: 1 | ||
- Stanislav Romanov ([@kaermorchen](https://github.com/kaermorchen)) | ||
|
||
|
||
## 0.1.0 (2023-02-24) | ||
|
||
#### :rocket: Enhancement | ||
* [#13](https://github.com/kaermorchen/vscode-drupal/pull/13) Add deploy action ([@kaermorchen](https://github.com/kaermorchen)) | ||
* [#12](https://github.com/kaermorchen/vscode-drupal/pull/12) Yaml validation ([@kaermorchen](https://github.com/kaermorchen)) | ||
* [#11](https://github.com/kaermorchen/vscode-drupal/pull/11) Add translation autocompletion for php ([@kaermorchen](https://github.com/kaermorchen)) | ||
* [#10](https://github.com/kaermorchen/vscode-drupal/pull/10) Searching in Drupal API Documentation ([@kaermorchen](https://github.com/kaermorchen)) | ||
* [#9](https://github.com/kaermorchen/vscode-drupal/pull/9) Workspaces ([@kaermorchen](https://github.com/kaermorchen)) | ||
* [#8](https://github.com/kaermorchen/vscode-drupal/pull/8) Added routing completions ([@kaermorchen](https://github.com/kaermorchen)) | ||
* [#7](https://github.com/kaermorchen/vscode-drupal/pull/7) Add Drupal logo to statusbar ([@kaermorchen](https://github.com/kaermorchen)) | ||
* [#6](https://github.com/kaermorchen/vscode-drupal/pull/6) Added service autocompletion ([@kaermorchen](https://github.com/kaermorchen)) | ||
* [#5](https://github.com/kaermorchen/vscode-drupal/pull/5) Add Drupal global variables to completion ([@kaermorchen](https://github.com/kaermorchen)) | ||
* [#4](https://github.com/kaermorchen/vscode-drupal/pull/4) Added PHPStan ([@kaermorchen](https://github.com/kaermorchen)) | ||
|
||
#### Committers: 1 | ||
- Stanislav Romanov ([@kaermorchen](https://github.com/kaermorchen)) | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "vscode-drupal", | ||
"displayName": "Drupal", | ||
"description": "A Drupal extension for VS Code", | ||
"version": "0.0.0", | ||
"version": "0.1.1", | ||
"publisher": "stanislav", | ||
"repository": "https://github.com/kaermorchen/vscode-drupal", | ||
"author": "Stanislav Romanov <[email protected]>", | ||
|