diff --git a/CHANGELOG.md b/CHANGELOG.md index 09b8193e..89f575c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [v26.0.4](https://github.com/gisaia/ARLAS-WUI/tree/v26.0.4) (2024-09-16) + +[Full Changelog](https://github.com/gisaia/ARLAS-WUI/compare/v26.0.3...v26.0.4) + ## [v26.0.3](https://github.com/gisaia/ARLAS-WUI/tree/v26.0.3) (2024-09-12) [Full Changelog](https://github.com/gisaia/ARLAS-WUI/compare/v26.0.2...v26.0.3) diff --git a/package-lock.json b/package-lock.json index cf919be5..d852acb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "arlas-wui", - "version": "26.0.3", + "version": "26.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "arlas-wui", - "version": "26.0.3", + "version": "26.0.4", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 0957999b..f4707c72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arlas-wui", - "version": "26.0.3", + "version": "26.0.4", "author": "gisaia", "license": "Apache-2.0", "scripts": { diff --git a/src/package.json b/src/package.json index 577efbab..b3fb5313 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "arlas-wui", - "version": "26.0.3", + "version": "26.0.4", "author": "gisaia", "license": "Apache-2.0" }