Skip to content

Commit

Permalink
chore(release): 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentinTh committed Jan 21, 2022
1 parent e6a990d commit 6fc33a6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6fc33a6

Please sign in to comment.