diff --git a/docs/RELEASE-NOTES.md b/docs/RELEASE-NOTES.md index 10d1262..ee911d2 100644 --- a/docs/RELEASE-NOTES.md +++ b/docs/RELEASE-NOTES.md @@ -1,6 +1,13 @@ This file contains the *release notes* of the **Mermaid** extension. See also the [readme], the [installation and configuration information] and [usage examples]. +### 3.0.1 + +Released January 14, 2021. + +* Fixed issue with class loading in some environments +* Translation updates from https://translatewiki.net + ### 3.0.0 Released August 10, 2020. @@ -10,6 +17,7 @@ Released August 10, 2020. * Mermaid now needs to be enabled with `wfLoadExtension` * Added support for all configuration options provided by the mermaid script language * Updated to version 8.5.0 of the Mermaid scripting language +* Translation updates from https://translatewiki.net ### 2.2.0 diff --git a/docs/UPDATEMERMAID.md b/docs/UPDATEMERMAID.md index 1167057..a31081d 100644 --- a/docs/UPDATEMERMAID.md +++ b/docs/UPDATEMERMAID.md @@ -10,4 +10,4 @@ This will pull from the upstream repo and patch the dist js file to load for the Commit any changes and create a pull request back to the Mermaid extension's repo to put back into the composer packages. -[install]: https://github.com/SemanticMediaWiki/Mermaid/blob/master/README.md +[install]: https://github.com/SemanticMediaWiki/Mermaid/blob/master/docs/INSTALL.md diff --git a/extension.json b/extension.json index 4d9b6bb..b3e7dc7 100644 --- a/extension.json +++ b/extension.json @@ -1,6 +1,6 @@ { "name": "Mermaid", - "version": "3.0.1-alpha", + "version": "3.0.1", "author": [ "James Hong Kong", "Tyler Gibson"