diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cd23458..d29a0d96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.11](https://github.com/FlorentinTh/LE2ML-GUI/compare/v1.2.10...v1.2.11) (2022-04-19) + + +### Chore + +* **deps:** update dependencies ([1a7fa1f](https://github.com/FlorentinTh/LE2ML-GUI/commit/1a7fa1f4bbe6c2ca156d9ffc0c368eb2127b4499)) +* **eslint:** change eslint config and dependencies ([710d507](https://github.com/FlorentinTh/LE2ML-GUI/commit/710d5076df6a761ee47dd5928280f834b5aab74a)) + ### [1.2.10](https://github.com/FlorentinTh/LE2ML-GUI/compare/v1.2.9...v1.2.10) (2022-03-31) diff --git a/package-lock.json b/package-lock.json index 38c48f4f..4680865a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "le2ml-gui", - "version": "1.2.10", + "version": "1.2.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "le2ml-gui", - "version": "1.2.10", + "version": "1.2.11", "license": "Apache-2.0", "dependencies": { "@fortawesome/fontawesome-free": "^6.1.1", diff --git a/package.json b/package.json index a6642b30..fefa1dcb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "le2ml-gui", - "version": "1.2.10", + "version": "1.2.11", "description": "GUI for the LE2ML project", "scripts": { "start": "webpack serve --config webpack.dev.js",