From f6d78dc30a8b81def9563e4f675dfce6dc54f6e9 Mon Sep 17 00:00:00 2001 From: supersurviveur Date: Tue, 25 Jun 2024 11:35:00 +0200 Subject: [PATCH] v0.1.7 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3eedc4..ddd860e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to the "typst-math" extension will be documented in this fil Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [v0.1.7] +- Fix version number and publish on openvsx + ## [v0.1.6] - Update dependencies diff --git a/package.json b/package.json index 482f289..e0fda8a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "typst-math", "displayName": "Typst Math", - "version": "0.1.6", + "version": "0.1.7", "engines": { "vscode": "^1.85.0" },