Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonSmith committed Mar 29, 2019
1 parent 155a331 commit d05070c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 14 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.

# [1.1.0](https://github.com/hpcc-systems/vscode-ecl/compare/v1.0.12...v1.1.0) (2019-03-29)


### Bug Fixes

* **comms:** "rejectUnauthorized" was not being honoured ([91349f5](https://github.com/hpcc-systems/vscode-ecl/commit/91349f5))


### Features

* Support XML archive submissions ([162389d](https://github.com/hpcc-systems/vscode-ecl/commit/162389d))
* **Overview:** Add document symbol support from meta information ([dffb514](https://github.com/hpcc-systems/vscode-ecl/commit/dffb514))



<a name="1.0.12"></a>
## [1.0.12](https://github.com/hpcc-systems/vscode-ecl/compare/v1.0.11...v1.0.12) (2019-01-02)

Expand Down
26 changes: 13 additions & 13 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,7 +1,7 @@
{
"private": true,
"name": "ecl",
"version": "1.0.12",
"version": "1.1.0",
"publisher": "hpcc-systems",
"displayName": "ECL Language",
"description": "ECL (Enterprise Control Language) support for Visual Studio Code",
Expand Down

0 comments on commit d05070c

Please sign in to comment.