From de26a52f84524bbd54ad0bdb3b1bdbcfa9878fbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20T=C3=B3ta?= Date: Fri, 26 Apr 2024 14:48:14 +0300 Subject: [PATCH] Bump version to v1.1.10 Merge in ADGUARD-FILTERS/vscode-adblock-syntax from bump-to-v1.1.10 to master Squashed commit of the following: commit d75c35ad34413df1cbc7feb7a6b7242bd259c362 Author: scripthunter7 Date: Fri Apr 26 13:47:43 2024 +0200 Bump version to v1.1.10 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5504c2..d723bc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog][keepachangelog], and this project adheres to [Semantic Versioning][semver]. -## 1.1.9 - 2024-04-26 +## 1.1.10 - 2024-04-26 ### Changed diff --git a/package.json b/package.json index b3f9e16..e5e0874 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "adblock", "displayName": "Adblock/AdGuard/uBlock filters grammar", "description": "VS code extension that adds support for ad blocking rules syntax.", - "version": "1.1.9", + "version": "1.1.10", "publisher": "adguard", "icon": "icons/aglint_128x128.png", "main": "./client/out/extension",