diff --git a/CHANGELOG.md b/CHANGELOG.md index ff50e5d..ab49ba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [v26.0.1](https://github.com/gisaia/ARLAS-wui-hub/tree/v26.0.1) (2024-09-11) + +[Full Changelog](https://github.com/gisaia/ARLAS-wui-hub/compare/v26.0.0...v26.0.1) + ## [v26.0.0](https://github.com/gisaia/ARLAS-wui-hub/tree/v26.0.0) (2024-09-11) [Full Changelog](https://github.com/gisaia/ARLAS-wui-hub/compare/v26.0.0-rc.2...v26.0.0) @@ -385,15 +389,15 @@ ## [14.2.1](https://github.com/gisaia/ARLAS-wui-hub/tree/14.2.1) (2021-01-18) -[Full Changelog](https://github.com/gisaia/ARLAS-wui-hub/compare/v14.2.0...14.2.1) +[Full Changelog](https://github.com/gisaia/ARLAS-wui-hub/compare/v14.2.1...14.2.1) -## [v14.2.0](https://github.com/gisaia/ARLAS-wui-hub/tree/v14.2.0) (2021-01-18) +## [v14.2.1](https://github.com/gisaia/ARLAS-wui-hub/tree/v14.2.1) (2021-01-18) -[Full Changelog](https://github.com/gisaia/ARLAS-wui-hub/compare/v14.2.1...v14.2.0) +[Full Changelog](https://github.com/gisaia/ARLAS-wui-hub/compare/v14.2.0...v14.2.1) -## [v14.2.1](https://github.com/gisaia/ARLAS-wui-hub/tree/v14.2.1) (2021-01-18) +## [v14.2.0](https://github.com/gisaia/ARLAS-wui-hub/tree/v14.2.0) (2021-01-18) -[Full Changelog](https://github.com/gisaia/ARLAS-wui-hub/compare/v14.1.2...v14.2.1) +[Full Changelog](https://github.com/gisaia/ARLAS-wui-hub/compare/v14.1.2...v14.2.0) **New stuff:** diff --git a/package-lock.json b/package-lock.json index c37ddfb..1c671b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "arlas-home", - "version": "26.0.0", + "version": "26.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "arlas-home", - "version": "26.0.0", + "version": "26.0.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 654edf9..b353f2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arlas-home", - "version": "26.0.0", + "version": "26.0.1", "license": "MIT", "scripts": { "ng": "ng",