Skip to content

Commit dde7abb

Browse files
Bump app version and update vitepress
1 parent f731d14 commit dde7abb

File tree

4 files changed

+504
-401
lines changed

4 files changed

+504
-401
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Added the ability to convert a notebook to a PDF! This requires an additional ex
2828

2929
- You do need to save your notebook to disk so we have a path to write the Markdown and PDF files
3030

31-
## Unreleased
31+
## 4.4.0 - April 2024
3232

3333
Fixed an issue where the names of ENVI and IDL tasks were incorrectly lower-case instead of what the user had specified in the task files.
3434

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/**
22
* Version of the extension
33
*/
4-
export const VERSION = '4.3.1';
4+
export const VERSION = '4.4.0';

0 commit comments

Comments
 (0)