Skip to content

Commit a8b54e4

Browse files
ansibotansibuddypriyamsahoo
authored
Release v2.6 (#956)
* Release v2.6 ### Bugfixes - Fix var capturing regex (#955) @priyamsahoo * Update CHANGELOG.md --------- Co-authored-by: Ansible DevTools <ansible-devtools@redhat.com> Co-authored-by: Priyam Sahoo <42550351+priyamsahoo@users.noreply.github.com>
1 parent e13a784 commit a8b54e4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
<!-- KEEP-THIS-COMMENT -->
66

7+
## v2.6
8+
9+
### Bugfixes
10+
11+
- Fix var capturing regex (#955) @priyamsahoo
12+
713
## v2.5
814

915
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@
723723
"test-e2e": "yarn run test-compile && node ./out/client/test/testRunner",
724724
"test-e2e-withserver": "yarn run test-compile-withserver && node ./out/client/test/testRunner"
725725
},
726-
"version": "2.5.0",
726+
"version": "2.6.0",
727727
"packageManager": "yarn@3.6.1",
728728
"vsce": {
729729
"dependencies": false,

0 commit comments

Comments
 (0)