Skip to content

Commit 774cf6c

Browse files
authored
Make 3.0.1 release (#64)
* Update UPDATEMERMAID.md linkfix * Update RELEASE-NOTES.md add release notes for 3.0.1 * Update extension.json bump version [skip ci]
1 parent 31eb1bb commit 774cf6c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

docs/RELEASE-NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
This file contains the *release notes* of the **Mermaid** extension. See also the
22
[readme], the [installation and configuration information] and [usage examples].
33

4+
### 3.0.1
5+
6+
Released January 14, 2021.
7+
8+
* Fixed issue with class loading in some environments
9+
* Translation updates from https://translatewiki.net
10+
411
### 3.0.0
512

613
Released August 10, 2020.
@@ -10,6 +17,7 @@ Released August 10, 2020.
1017
* Mermaid now needs to be enabled with `wfLoadExtension`
1118
* Added support for all configuration options provided by the mermaid script language
1219
* Updated to version 8.5.0 of the Mermaid scripting language
20+
* Translation updates from https://translatewiki.net
1321

1422
### 2.2.0
1523

docs/UPDATEMERMAID.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ This will pull from the upstream repo and patch the dist js file to load for the
1010
Commit any changes and create a pull request back to the Mermaid extension's repo to put back into the
1111
composer packages.
1212

13-
[install]: https://github.com/SemanticMediaWiki/Mermaid/blob/master/README.md
13+
[install]: https://github.com/SemanticMediaWiki/Mermaid/blob/master/docs/INSTALL.md

extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Mermaid",
3-
"version": "3.0.1-alpha",
3+
"version": "3.0.1",
44
"author": [
55
"James Hong Kong",
66
"Tyler Gibson"

0 commit comments

Comments
 (0)