From 84faa4af06bc9cc7f776ce02252ef0378bb5ba9d Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Fri, 7 Oct 2022 16:53:12 +0100 Subject: [PATCH] chore(release): 0.4.30 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2adc8c..1b5c03e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.4.30](https://github.com/GordonSmith/vscode-ojs/compare/v0.4.29...v0.4.30) (2022-10-07) + + +### Bug Fixes + +* Add async renderer support for vscode v1.72.0 ([8bfdb5b](https://github.com/GordonSmith/vscode-ojs/commit/8bfdb5bde18390bb76642d72ccf9fb3b74eaef43)) + ### [0.4.29](https://github.com/GordonSmith/vscode-ojs/compare/v0.4.28...v0.4.29) (2022-10-06) diff --git a/package-lock.json b/package-lock.json index 100c078..a5eeae1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "observable-js", - "version": "0.4.29", + "version": "0.4.30", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "observable-js", - "version": "0.4.29", + "version": "0.4.30", "license": "SEE LICENSE IN LICENSE.txt", "devDependencies": { "@hpcc-js/observable-md": "2.54.4", diff --git a/package.json b/package.json index 78785bd..4fa369b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "observable-js", - "version": "0.4.29", + "version": "0.4.30", "publisher": "GordonSmith", "displayName": "Observable JS", "description": "Interpreter for ObservableHQ Notebooks - Includes VS Code Notebooks with Observable, Observable \"Markdown\" files with embedded Observable (.omd) and Observable \"JavaScript\" files.",