Skip to content

Commit

Permalink
chore(release): 0.4.37
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonSmith committed Aug 18, 2023
1 parent dc24021 commit e030b1d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down Expand Up @@ -393,4 +393,4 @@
}
]
}
}
}

0 comments on commit e030b1d

Please sign in to comment.