Skip to content

Commit

Permalink
feat: Ready to release 0.8.15 (#2066)
Browse files Browse the repository at this point in the history
  • Loading branch information
shd101wyy authored Nov 8, 2024
1 parent f94ad22 commit e4d77d9
Show file tree
Hide file tree
Showing 3 changed files with 261 additions and 56 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.15] - 2024-09-07

Updated [crossnote](https://github.com/shd101wyy/crossnote) to version [0.9.11](https://github.com/shd101wyy/crossnote/releases/tag/0.9.11).

### Changes

- Enabled the preview zen mode by default.

### Updates

- Updated `mermaid` version to the latest `11.4.0`.

## [0.8.14] - 2024-09-07

Updated [crossnote](https://github.com/shd101wyy/crossnote) to version [0.9.10](https://github.com/shd101wyy/crossnote/releases/tag/0.9.10).
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "markdown-preview-enhanced",
"displayName": "%displayName%",
"version": "0.8.14",
"version": "0.8.15",
"description": "%description%",
"categories": [
"Other"
Expand Down Expand Up @@ -598,7 +598,7 @@
},
"markdown-preview-enhanced.enablePreviewZenMode": {
"description": "Enable this option will hide unnecessary UI elements in preview unless your mouse is over it.",
"default": false,
"default": true,
"type": "boolean"
}
}
Expand Down Expand Up @@ -680,7 +680,7 @@
"@types/crypto-js": "^4.1.2",
"@types/vfile": "^3.0.2",
"async-mutex": "^0.4.0",
"crossnote": "^0.9.10",
"crossnote": "^0.9.11",
"crypto-js": "^4.2.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit e4d77d9

Please sign in to comment.