Skip to content

Commit

Permalink
Update crossnote to version 0.9.10 (#2041)
Browse files Browse the repository at this point in the history
* chore: Update crossnote to version 0.9.10

* chore: Update nixpkgs to version nixos-24.05

* chore: Ignore package.json in prettier formatting
  • Loading branch information
shd101wyy authored Sep 7, 2024
1 parent 5dd201e commit f94ad22
Show file tree
Hide file tree
Showing 6 changed files with 383 additions and 400 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ tsconfig.json
## special cases
mume
crossnote
package.json
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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).

### Changes

- Added `.mdx` to the default `markdownFileExtensions`.

### Updates

- Updated `mermaid` version to the latest `11.1.1`.
- Updated `katex` version to the latest `v0.16.11`.

### Bug fixes

- Fixed a scroll sync bug.

## [0.8.13] - 2024-03-18

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

### Bug fixes

Expand Down
8 changes: 4 additions & 4 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

inputs = {
nixpkgs = {
url = "github:NixOS/nixpkgs/nixos-23.11";
url = "github:NixOS/nixpkgs/nixos-24.05";
inputs.nixpkgs.follows = "nixpkgs";
};
flake-utils = { url = "github:numtide/flake-utils"; };
Expand Down
7 changes: 4 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.13",
"version": "0.8.14",
"description": "%description%",
"categories": [
"Other"
Expand Down Expand Up @@ -586,7 +586,8 @@
".mkdn",
".mkd",
".rmd",
".qmd"
".qmd",
".mdx"
],
"type": "array"
},
Expand Down Expand Up @@ -679,7 +680,7 @@
"@types/crypto-js": "^4.1.2",
"@types/vfile": "^3.0.2",
"async-mutex": "^0.4.0",
"crossnote": "^0.9.9",
"crossnote": "^0.9.10",
"crypto-js": "^4.2.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit f94ad22

Please sign in to comment.