Skip to content

Commit

Permalink
chore(release): 2.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonSmith committed Apr 23, 2024
1 parent 1181eeb commit 6a0f82d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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.27.0](https://github.com/hpcc-systems/vscode-ecl/compare/v2.26.3...v2.27.0) (2024-04-23)


### Features

* add refresh to the WU context menu ([664d53a](https://github.com/hpcc-systems/vscode-ecl/commit/664d53a2118adfcf43b9d0738ef8c0bbcb80806f))
* remove orphan localization strings ([d5cd2fc](https://github.com/hpcc-systems/vscode-ecl/commit/d5cd2fc8acfcb51a8291fde39d05704b80c76c80))


### Bug Fixes

* add localize function to input box title and place holder ([ea98e7e](https://github.com/hpcc-systems/vscode-ecl/commit/ea98e7e8c43ae2382c00b0dab9617f00e6badd58))
* add submenus, views, notebooks, and notebookRenderer to fixPackage ([6af15d6](https://github.com/hpcc-systems/vscode-ecl/commit/6af15d679a4d3941cf0fc68e0b914acbe015f0ee))
* Localize previous week strings ([9af4232](https://github.com/hpcc-systems/vscode-ecl/commit/9af4232cf59f0776dba4bb0331930837cdff7825))
* update localizaations and remove orphans strings ([63aca42](https://github.com/hpcc-systems/vscode-ecl/commit/63aca425f42abef5236bbea1ecdedab2e16d0ec1))
* update localization for English ([70ce140](https://github.com/hpcc-systems/vscode-ecl/commit/70ce140724c893cac09fe96ecb6f009f4ec82a7d))
* update localization for French ([0ed6d89](https://github.com/hpcc-systems/vscode-ecl/commit/0ed6d89330b86a5d4977536af09b868ba3109f2f))
* update localization for Portuguese ([810092a](https://github.com/hpcc-systems/vscode-ecl/commit/810092abc739173504c3c972e6061d056653c8c1))
* update localization for Spanish ([ea83e89](https://github.com/hpcc-systems/vscode-ecl/commit/ea83e899c60bb438af3eb900be970c4273c1e46a))
* update nls scripts ([e01874c](https://github.com/hpcc-systems/vscode-ecl/commit/e01874c6eb763342d868ec6758663a3e08c06a09))
* Whitespace in es, pt, and zh localization files ([7368242](https://github.com/hpcc-systems/vscode-ecl/commit/7368242b5b3c736f318e5e7f59128edb0f1e313b))

### [2.26.3](https://github.com/hpcc-systems/vscode-ecl/compare/v2.26.2...v2.26.3) (2024-03-01)


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.26.3",
"version": "2.27.0",
"publisher": "hpcc-systems",
"displayName": "ECL Language",
"description": "ECL (Enterprise Control Language) support for Visual Studio Code",
Expand Down Expand Up @@ -1639,4 +1639,4 @@
}
]
}
}
}

0 comments on commit 6a0f82d

Please sign in to comment.