Skip to content

Commit

Permalink
chore(release): 2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonSmith committed May 14, 2022
1 parent d451cd2 commit 4e95f38
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [2.19.0](https://github.com/hpcc-systems/vscode-ecl/compare/v2.18.0...v2.19.0) (2022-05-14)


### Features

* Add basic telemetry support ([d451cd2](https://github.com/hpcc-systems/vscode-ecl/commit/d451cd2d08601d6d39d1135b4e93457d7301736c))
* **ecl:** Optionally save active file on submit / syntax check ([afdd1df](https://github.com/hpcc-systems/vscode-ecl/commit/afdd1dfba4587e2278ffd200e87d2fefbf70ea8f)), closes [#297](https://github.com/hpcc-systems/vscode-ecl/issues/297)

## [2.18.0](https://github.com/hpcc-systems/vscode-ecl/compare/v2.17.4...v2.18.0) (2022-05-11)


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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "ecl",
"version": "2.18.0",
"version": "2.19.0",
"publisher": "hpcc-systems",
"displayName": "ECL Language",
"description": "ECL (Enterprise Control Language) support for Visual Studio Code",
Expand Down Expand Up @@ -1214,4 +1214,4 @@
}
]
}
}
}

0 comments on commit 4e95f38

Please sign in to comment.