diff --git a/CHANGELOG.md b/CHANGELOG.md index 497d429..176d7e3 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.37](https://github.com/GordonSmith/vscode-ojs/compare/v0.4.36...v0.4.37) (2023-08-18) + + +### Bug Fixes + +* Cell tracking issue, with unsaved notebooks ([6d24ac6](https://github.com/GordonSmith/vscode-ojs/commit/6d24ac62d4b74663ccae3ee30b1cf146c1f398e7)), closes [#59](https://github.com/GordonSmith/vscode-ojs/issues/59) + ### [0.4.36](https://github.com/GordonSmith/vscode-ojs/compare/v0.4.35...v0.4.36) (2023-06-15) ### [0.4.35](https://github.com/GordonSmith/vscode-ojs/compare/v0.4.34...v0.4.35) (2023-06-15) diff --git a/package-lock.json b/package-lock.json index 7ae8281..605a0df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "observable-js", - "version": "0.4.36", + "version": "0.4.37", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "observable-js", - "version": "0.4.36", + "version": "0.4.37", "license": "SEE LICENSE IN LICENSE.txt", "devDependencies": { "@hpcc-js/observable-md": "2.54.10", diff --git a/package.json b/package.json index 2f30200..1cb5e4d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "observable-js", - "version": "0.4.36", + "version": "0.4.37", "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 +}