Skip to content

Commit

Permalink
Release 0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfrg committed Oct 15, 2024
1 parent d50814f commit ded7803
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

## 0.25.1

- Fix issue which caused unrelated source files from being copied into the output directory.
- Replace print statements with logging.
- Add option to customize Mathjax URL
- Fix issue which caused unrelated source files from being copied into the output directory
- Replace print statements with logging

## 0.24.3

Expand Down
4 changes: 4 additions & 0 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@
"devDependencies": {
"sass": "^1.68.0",
"vite": "^4.5.5"
},
"volta": {
"node": "22.9.0",
"pnpm": "9.12.1"
}
}
2 changes: 1 addition & 1 deletion src/mkdocs_jupyter/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"__version__",
]

__version__ = "0.25.0"
__version__ = "0.25.1"

0 comments on commit ded7803

Please sign in to comment.