From 840a500578bf65ddc18415ccbe9a1348ce833446 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 19 Aug 2024 21:15:37 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=20Bump=20version=20to=201.1.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },