diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb34cc9..ed6337b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.2.5](https://github.com/FlorentinTh/LE2ML-GUI/compare/v1.2.4...v1.2.5) (2022-01-21) + + +### CI + +* **buil-workflow:** remove support of node-12 ([811c67c](https://github.com/FlorentinTh/LE2ML-GUI/commit/811c67c16589adfc077fa3f74f74b54195b9eda4)) + + +### Chore + +* **dockerfile:** now build the project in a node-14 container instead of node-12 ([e6a990d](https://github.com/FlorentinTh/LE2ML-GUI/commit/e6a990d49f67683e91ed8080f33e7b932d55f92c)) + ### [1.2.4](https://github.com/FlorentinTh/LE2ML-GUI/compare/v1.2.3...v1.2.4) (2022-01-21) diff --git a/package-lock.json b/package-lock.json index d799e939..0c211d4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "le2ml-gui", - "version": "1.2.4", + "version": "1.2.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "le2ml-gui", - "version": "1.2.4", + "version": "1.2.5", "license": "Apache-2.0", "dependencies": { "@fortawesome/fontawesome-free": "^5.15.4", diff --git a/package.json b/package.json index 74424a97..694a9720 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "le2ml-gui", - "version": "1.2.4", + "version": "1.2.5", "description": "GUI for the LE2ML project", "scripts": { "start": "webpack serve --config webpack.dev.js",