diff --git a/CHANGELOG.md b/CHANGELOG.md index 738f8ed..1253910 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.34](https://github.com/GordonSmith/vscode-ojs/compare/v0.4.33...v0.4.34) (2022-11-16) + + +### Features + +* Add preview and export HTML support to notebook ([81b8392](https://github.com/GordonSmith/vscode-ojs/commit/81b83920303aedf68081e0b1bbfb06c589f00ba6)) + ### [0.4.33](https://github.com/GordonSmith/vscode-ojs/compare/v0.4.30...v0.4.33) (2022-11-11) diff --git a/package-lock.json b/package-lock.json index 92caf81..a91b494 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "observable-js", - "version": "0.4.33", + "version": "0.4.34", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "observable-js", - "version": "0.4.33", + "version": "0.4.34", "license": "SEE LICENSE IN LICENSE.txt", "devDependencies": { "@hpcc-js/observable-md": "2.54.6", diff --git a/package.json b/package.json index c5e90fe..0965150 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "observable-js", - "version": "0.4.33", + "version": "0.4.34", "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.", @@ -393,4 +393,4 @@ } ] } -} \ No newline at end of file +}