Skip to content

Commit 61c4240

Browse files
author
Illia Obukhau
authored
[WC-1325] Prepare 2.6.0 release (#48)
2 parents c7c127d + 57959a1 commit 61c4240

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/modules/web-actions/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1010

1111
- We fixed issue with CRLF line endings.
1212

13+
- We fixed errors in SetFavicon action.
14+
1315
## [2.5.0] WebActions - 2022-08-31
1416

1517
### Added

packages/modules/web-actions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web-actions",
33
"moduleName": "Web Actions",
4-
"version": "2.5.1",
4+
"version": "2.6.0",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {
@@ -14,7 +14,7 @@
1414
},
1515
"moduleFolderNameInModeler": "webactions",
1616
"marketplace": {
17-
"minimumMXVersion": "9.10.0.36429",
17+
"minimumMXVersion": "9.12.0.41679",
1818
"appNumber": 114337,
1919
"appName": "Web Actions"
2020
},

0 commit comments

Comments
 (0)