Skip to content

Commit

Permalink
chore(release): 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Sep 28, 2021
1 parent abea63f commit 6637cff
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.12.4](https://github.com/appcelerator/vscode-appcelerator-titanium/compare/v0.12.3...v0.12.4) (2021-09-28)


### Features

* **providers/completion:** support import suggestions ([f041715](https://github.com/appcelerator/vscode-appcelerator-titanium/commit/f041715a523a6d8321e9b48ed6a4c52a2fe48879))
* **providers/completion:** support suggesting custom tags ([9238528](https://github.com/appcelerator/vscode-appcelerator-titanium/commit/9238528a228656ecd2fe4e78c5ab25d36551e38b))
* **providers/definition:** support ES6 import file lookups ([#844](https://github.com/appcelerator/vscode-appcelerator-titanium/issues/844)) ([7752c22](https://github.com/appcelerator/vscode-appcelerator-titanium/commit/7752c228c14e30ba7df0c7a093b6ea5273a51fe2)), closes [#843](https://github.com/appcelerator/vscode-appcelerator-titanium/issues/843)
* **providers/definition:** support navigating to a custom tag based on the module property ([aca634b](https://github.com/appcelerator/vscode-appcelerator-titanium/commit/aca634b8d066f67e73bb19b33fc7888258facf62))


### Bug Fixes

* **providers:** improve attribute detection ([05f6657](https://github.com/appcelerator/vscode-appcelerator-titanium/commit/05f66570b4dc8b267cd678c567a3d1e6c11bdd1d))
* **providers/definition:** correctly parse out individual classes from view tags ([71d4f56](https://github.com/appcelerator/vscode-appcelerator-titanium/commit/71d4f561c7509d801d97323703837ff41e84f380)), closes [#848](https://github.com/appcelerator/vscode-appcelerator-titanium/issues/848)

### [0.12.3](https://github.com/appcelerator/vscode-appcelerator-titanium/compare/v0.12.2...v0.12.3) (2021-09-17)


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
@@ -1,6 +1,6 @@
{
"name": "vscode-titanium",
"version": "0.12.3",
"version": "0.12.4",
"displayName": "Titanium",
"description": "Intellisense, snippets, and integrated build tools for Titanium",
"icon": "images/logo-titanium.png",
Expand Down

0 comments on commit 6637cff

Please sign in to comment.