From f88e907780b855d84bc24ae4f7c818bbbc228e29 Mon Sep 17 00:00:00 2001 From: svipas Date: Thu, 25 Jun 2020 14:26:19 +0300 Subject: [PATCH] 2.5.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c826005..8a46af3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## [Unreleased] +## 2.5.0 (June 25, 2020) + +- Update all dependencies. +- Bundle extension with webpack for faster startup. + ## 2.4.9 (May 17, 2020) - Reformat project with new settings. diff --git a/package.json b/package.json index 74cdbad..785f4ce 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Notification Tester", "description": "Trigger any VS Code notification.", "icon": "icon.png", - "version": "2.4.9", + "version": "2.5.0", "publisher": "svipas", "main": "./dist/main.js", "repository": {