Skip to content

Commit

Permalink
Release v1.3 (#806)
Browse files Browse the repository at this point in the history
## 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>
  • Loading branch information
ansibot and ansibuddy authored Mar 16, 2023
1 parent 5854703 commit 16c1fcb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@

<!-- KEEP-THIS-COMMENT -->

## 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

## v1.2

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@
"test-e2e": "yarn run test-compile && node ./out/client/test/testRunner",
"test-e2e-withserver": "yarn run test-compile-withserver && node ./out/client/test/testRunner"
},
"version": "1.2.0",
"version": "1.3.0",
"packageManager": "yarn@3.4.1",
"vsce": {
"dependencies": false,
Expand Down

0 comments on commit 16c1fcb

Please sign in to comment.