Skip to content

Commit

Permalink
Release version 3.1.0 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
kghbln authored Apr 6, 2022
1 parent 6fb1318 commit fd79268
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ If you do not have a "composer.local.json" file yet, create one and add the foll
```
{
"require": {
"mediawiki/mermaid": "~3.0"
"mediawiki/mermaid": "~3.1"
}
}
```

If you already have a "composer.local.json" file add the following line to the end of the "require"
section in your file:

"mediawiki/mermaid": "~3.0"
"mediawiki/mermaid": "~3.1"

Remember to add a comma to the end of the preceding line in this section.

Expand Down
10 changes: 9 additions & 1 deletion docs/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
This file contains the *release notes* of the **Mermaid** extension. See also the
[readme], the [installation and configuration information] and [usage examples].

### 3.1.0

Released April 6, 2022.

* Updated to using version 8.14.0 of the mermaid script language.
* Code improvements and minor issue fixes
* Translation updates from https://translatewiki.net

### 3.0.1

Released January 14, 2021.
Expand Down Expand Up @@ -42,7 +50,7 @@ Released on March 5, 2019.

Released on February 18, 2019.

* Updates to using version 8.0.0 of the mermaid script language.
* Updated to use version 8.0.0 of the mermaid script language.
* Translation updates from https://translatewiki.net

### 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Mermaid",
"version": "3.1.0-alpha",
"version": "3.1.0",
"author": [
"James Hong Kong",
"Tyler Gibson"
Expand Down

0 comments on commit fd79268

Please sign in to comment.