diff --git a/CHANGELOG.md b/CHANGELOG.md index a08e53858..a5e029eb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ +## 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 diff --git a/package.json b/package.json index 9ace7069c..ba92a78c2 100644 --- a/package.json +++ b/package.json @@ -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,