Skip to content

Commit

Permalink
chore(release): 0.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonSmith committed Sep 4, 2022
1 parent a24be73 commit 509aadf
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.18](https://github.com/GordonSmith/vscode-ojs/compare/v0.4.17...v0.4.18) (2022-09-04)


### Bug Fixes

* **renderer:** Workaround delay loading of cells ([22a5683](https://github.com/GordonSmith/vscode-ojs/commit/22a56839891dd1242258b464ea2fbc0772473661))

### [0.4.17](https://github.com/GordonSmith/vscode-ojs/compare/v0.4.16...v0.4.17) (2022-08-31)


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.17",
"version": "0.4.18",
"publisher": "GordonSmith",
"displayName": "Observable JS",
"description": "Interpreter for ObservableHQ Notebooks - Includes VS Code Notebooks with Observale, Observable \"Markdown\" files with embedded Observable (.omd) and Observable \"JavaScript\" files.",
Expand Down Expand Up @@ -364,4 +364,4 @@
}
]
}
}
}

0 comments on commit 509aadf

Please sign in to comment.