diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dcbe61..d09294c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the Owlbear extension will be documented in this file. -## [Unreleased] +## [1.1.7] - 2024-08-19 ### Added diff --git a/package.json b/package.json index fbff2a3..886c627 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Paredit-like structural-editing features for HTML, TSX, TS, JSX, and JS", "publisher": "sansarip", "icon": "assets/images/owlbear-logo-warm.png", - "version": "1.1.6", + "version": "1.1.7", "engines": { "vscode": "^1.63.0" },