Skip to content

Commit

Permalink
chore(release): 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rogalmic committed Jan 12, 2019
1 parent 94dec10 commit 46027cd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

<a name="0.1.4"></a>
## [0.1.4](https://github.com/rogalmic/vscode-xml-complete/compare/v0.1.3...v0.1.4) (2019-01-12)


### Bug Fixes

* Handle text/cdata/doctype scope as text. ([0c64244](https://github.com/rogalmic/vscode-xml-complete/commit/0c64244))
* **build:** Shrink vsix package by removing unnecessary files. ([94dec10](https://github.com/rogalmic/vscode-xml-complete/commit/94dec10))
* **completion:** Proper XML scope recognition for last attribute. ([522630d](https://github.com/rogalmic/vscode-xml-complete/commit/522630d))



<a name="0.1.3"></a>
## [0.1.3](https://github.com/rogalmic/vscode-xml-complete/compare/v0.1.2...v0.1.3) (2019-01-12)

Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -7,7 +7,7 @@
"name": "Michal Rogalinski",
"email": "[email protected]"
},
"version": "0.1.3",
"version": "0.1.4",
"preview": true,
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 46027cd

Please sign in to comment.