Skip to content

Commit 16c1fcb

Browse files
ansibotansibuddy
andauthored
Release v1.3 (#806)
## v1.3 ### Minor Changes - Show info in status-bar if a newer version of ansible-lint is available (#692) @priyamsahoo - Add code changes for inline suggestion [part-1] (#766) @ganeshrn ### Bugfixes - Fix onEnter key bindings to work with ansible extension only (#772) @ganeshrn - Fix devel testing (#777) @ssbarnea - Add fix to remove prompt from suggestion (#770) @ganeshrn - Upgrade telemetry to 0.5.4 (#751) @ssbarnea - Add tsdoc to eslint (#747) @ssbarnea - Switch from quay.io to ghcr.io (#744) @ssbarnea Co-authored-by: Ansible DevTools <ansible-devtools@redhat.com>
1 parent 5854703 commit 16c1fcb

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

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

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

7+
## v1.3
8+
9+
### Minor Changes
10+
11+
- Show info in status-bar if a newer version of ansible-lint is available (#692)
12+
@priyamsahoo
13+
- Add code changes for inline suggestion [part-1] (#766) @ganeshrn
14+
15+
### Bugfixes
16+
17+
- Fix onEnter key bindings to work with ansible extension only (#772) @ganeshrn
18+
- Fix devel testing (#777) @ssbarnea
19+
- Add fix to remove prompt from suggestion (#770) @ganeshrn
20+
- Upgrade telemetry to 0.5.4 (#751) @ssbarnea
21+
- Add tsdoc to eslint (#747) @ssbarnea
22+
- Switch from quay.io to ghcr.io (#744) @ssbarnea
23+
724
## v1.2
825

926
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@
589589
"test-e2e": "yarn run test-compile && node ./out/client/test/testRunner",
590590
"test-e2e-withserver": "yarn run test-compile-withserver && node ./out/client/test/testRunner"
591591
},
592-
"version": "1.2.0",
592+
"version": "1.3.0",
593593
"packageManager": "yarn@3.4.1",
594594
"vsce": {
595595
"dependencies": false,

0 commit comments

Comments
 (0)