From bb2abcbffcce3b6d4116e2cfc7ef1798be02e8be Mon Sep 17 00:00:00 2001 From: Nikolai Kudasov Date: Sun, 9 Jul 2023 21:56:10 +0300 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2879620..a4f2cd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to the "rzk-1-experimental-highlighting" extension will be d Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +### v0.3.5 — 2022-07-09 + +- Add a bundler to prevent shipping node_modules folder (see [#33](https://github.com/fizruk/vscode-rzk/pull/33)) + ### v0.3.4 — 2022-07-06 Minor improvements: diff --git a/package.json b/package.json index 9583390..e27639b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "rzk syntax highlighting", "description": "Syntax Highlighting for rzk, an experimental proof assistant for synthetic ∞-categories", "icon": "images/icon.png", - "version": "0.3.4", + "version": "0.3.5", "repository": "https://github.com/fizruk/vscode-rzk", "publisher": "NikolaiKudasovfizruk", "main": "./out/extension.js",