diff --git a/CHANGELOG.md b/CHANGELOG.md index cf580f9..f9ac72b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.2.8](https://github.com/fairdataihub/FAIRshare-Docs/compare/v4.2.7...v4.2.8) (2022-09-30) + + +### Bug Fixes + +* **deps:** update dependency @mui/material to v5.10.7 ([#135](https://github.com/fairdataihub/FAIRshare-Docs/issues/135)) ([b94b1d4](https://github.com/fairdataihub/FAIRshare-Docs/commit/b94b1d407c5abd387c0ebaf830c6fe7b7c151a56)) + ## [4.2.7](https://github.com/fairdataihub/FAIRshare-Docs/compare/v4.2.6...v4.2.7) (2022-09-22) ### Bug Fixes diff --git a/package.json b/package.json index db57132..51623ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fairshare-docs", - "version": "4.2.7", + "version": "4.2.8", "private": true, "scripts": { "docusaurus": "docusaurus",