From 4771868c9790908b6ac87022601394856103ec44 Mon Sep 17 00:00:00 2001 From: msivasubramaniaan Date: Wed, 13 Jul 2022 12:39:36 +0530 Subject: [PATCH 1/2] release 1.9.1 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9940da8..4d668e83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +### 1.9.1 +- Main Release ### 1.9.0 - Add: Publish pre-release extension on nightly CI build [#682](https://github.com/redhat-developer/vscode-yaml/issues/682) - Add: Add title to extension configuration [#793](https://github.com/redhat-developer/vscode-yaml/pull/793) From 82830f85006ebfa7e365a217f146ba942f2adf62 Mon Sep 17 00:00:00 2001 From: msivasubramaniaan Date: Wed, 13 Jul 2022 12:41:18 +0530 Subject: [PATCH 2/2] release 1.9.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e110bfdc..37a0656d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ } ], "license": "MIT", - "version": "1.9.0", + "version": "1.9.1", "publisher": "redhat", "bugs": "https://github.com/redhat-developer/vscode-yaml/issues", "repository": {