diff --git a/CHANGELOG.md b/CHANGELOG.md index 6971218..ac67ac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [2.6.0](https://github.com/eea/industry-frontend/compare/2.5.0...2.6.0) + +- Update package.json [`afac4a0`](https://github.com/eea/industry-frontend/commit/afac4a06db6e367a18597d4f476de5a20c1967d9) + #### [2.5.0](https://github.com/eea/industry-frontend/compare/2.4.0-beta.4...2.5.0) +> 14 October 2021 + +- Develop rename eprtr to industry [`#22`](https://github.com/eea/industry-frontend/pull/22) - Rename repo [`17af166`](https://github.com/eea/industry-frontend/commit/17af1662d6cab4d75dadf4204502ba159a557627) #### [2.4.0-beta.4](https://github.com/eea/industry-frontend/compare/2.4.0-beta.3...2.4.0-beta.4) diff --git a/Jenkinsfile b/Jenkinsfile index eeeebdd..13942e8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { environment { GIT_NAME="industry-frontend" NAMESPACE = "@eeacms" - registry = "eeacms/eprtr-frontend" + registry = "eeacms/industry-frontend" template = "templates/volto-industry" RANCHER_STACKID = "1st1851" RANCHER_ENVID = "1a332957" diff --git a/package.json b/package.json index d780df8..9e86da3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@eeacms/industry-frontend", "description": "Volto-based frontend server and SPA for the Industrial Emissions Portal website (former EPRTR) industry.eea.europa.eu", "license": "MIT", - "version": "2.5.0", + "version": "2.6.0", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", "homepage": "https://github.com/eea/industry-frontend",