Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaermorchen committed Feb 24, 2023
1 parent 95cc54f commit f37deb7
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
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))

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 @@ -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]>",
Expand Down

0 comments on commit f37deb7

Please sign in to comment.