diff --git a/docs/changelog.md b/docs/changelog.md index 9e5db922..afba15b5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format. +## [0.11.2] - 01-17-2024 + +### Added + +- Add section to `/about` discussing browser support + ## [0.11.1] - 01-17-2024 ### Added diff --git a/web/package.json b/web/package.json index 536366ae..bde94480 100644 --- a/web/package.json +++ b/web/package.json @@ -12,7 +12,6 @@ "dependencies": { "@handsontable/react": "^12.3.3", "@hookform/error-message": "^2.0.1", - "@mapbox/rehype-prism": "^0.9.0", "@mdx-js/react": "^3.0.0", "@monaco-editor/react": "^4.4.6", "@popperjs/core": "^2.11.6",