Skip to content

Commit 6a0f82d

Browse files
committed
chore(release): 2.27.0
1 parent 1181eeb commit 6a0f82d

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
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.
44

5+
## [2.27.0](https://github.com/hpcc-systems/vscode-ecl/compare/v2.26.3...v2.27.0) (2024-04-23)
6+
7+
8+
### Features
9+
10+
* add refresh to the WU context menu ([664d53a](https://github.com/hpcc-systems/vscode-ecl/commit/664d53a2118adfcf43b9d0738ef8c0bbcb80806f))
11+
* remove orphan localization strings ([d5cd2fc](https://github.com/hpcc-systems/vscode-ecl/commit/d5cd2fc8acfcb51a8291fde39d05704b80c76c80))
12+
13+
14+
### Bug Fixes
15+
16+
* add localize function to input box title and place holder ([ea98e7e](https://github.com/hpcc-systems/vscode-ecl/commit/ea98e7e8c43ae2382c00b0dab9617f00e6badd58))
17+
* add submenus, views, notebooks, and notebookRenderer to fixPackage ([6af15d6](https://github.com/hpcc-systems/vscode-ecl/commit/6af15d679a4d3941cf0fc68e0b914acbe015f0ee))
18+
* Localize previous week strings ([9af4232](https://github.com/hpcc-systems/vscode-ecl/commit/9af4232cf59f0776dba4bb0331930837cdff7825))
19+
* update localizaations and remove orphans strings ([63aca42](https://github.com/hpcc-systems/vscode-ecl/commit/63aca425f42abef5236bbea1ecdedab2e16d0ec1))
20+
* update localization for English ([70ce140](https://github.com/hpcc-systems/vscode-ecl/commit/70ce140724c893cac09fe96ecb6f009f4ec82a7d))
21+
* update localization for French ([0ed6d89](https://github.com/hpcc-systems/vscode-ecl/commit/0ed6d89330b86a5d4977536af09b868ba3109f2f))
22+
* update localization for Portuguese ([810092a](https://github.com/hpcc-systems/vscode-ecl/commit/810092abc739173504c3c972e6061d056653c8c1))
23+
* update localization for Spanish ([ea83e89](https://github.com/hpcc-systems/vscode-ecl/commit/ea83e899c60bb438af3eb900be970c4273c1e46a))
24+
* update nls scripts ([e01874c](https://github.com/hpcc-systems/vscode-ecl/commit/e01874c6eb763342d868ec6758663a3e08c06a09))
25+
* Whitespace in es, pt, and zh localization files ([7368242](https://github.com/hpcc-systems/vscode-ecl/commit/7368242b5b3c736f318e5e7f59128edb0f1e313b))
26+
527
### [2.26.3](https://github.com/hpcc-systems/vscode-ecl/compare/v2.26.2...v2.26.3) (2024-03-01)
628

729

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "ecl",
4-
"version": "2.26.3",
4+
"version": "2.27.0",
55
"publisher": "hpcc-systems",
66
"displayName": "ECL Language",
77
"description": "ECL (Enterprise Control Language) support for Visual Studio Code",
@@ -1639,4 +1639,4 @@
16391639
}
16401640
]
16411641
}
1642-
}
1642+
}

0 commit comments

Comments
 (0)