From b45363313ec9fd622a563136d2e7de5daeea5a88 Mon Sep 17 00:00:00 2001 From: Abdelrahman Abounegm Date: Fri, 8 Dec 2023 20:16:11 +0300 Subject: [PATCH] Bump version and add changelog --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 792bd35..0d1f0dc 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.4.5 - 2023-12-08 + +- Added some sensible default settings for Rzk files formatting and a message upon formatting for the first time ([#66](https://github.com/rzk-lang/vscode-rzk/pull/66)) + ## v0.4.4 - 2023-12-06 - Fixed a regression that caused first-time installations to fail diff --git a/package-lock.json b/package-lock.json index 58b55ae..fbd4746 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rzk-1-experimental-highlighting", - "version": "0.4.4", + "version": "0.4.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rzk-1-experimental-highlighting", - "version": "0.4.4", + "version": "0.4.5", "dependencies": { "@octokit/rest": "^19.0.13", "semver": "^7.5.3", diff --git a/package.json b/package.json index d831642..6173936 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Rzk", "description": "Interactive theorem proving support in VS Code for Rzk, a proof assistant for synthetic ∞-categories", "icon": "images/icon.png", - "version": "0.4.4", + "version": "0.4.5", "repository": "https://github.com/rzk-lang/vscode-rzk", "publisher": "NikolaiKudasovfizruk", "main": "./out/extension.js",