diff --git a/CHANGELOG.md b/CHANGELOG.md index 3de3a0a..7c2db94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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.3.0](https://github.com/FlorentinTh/LE2ML-API/compare/v1.2.4...v1.3.0) (2022-01-21) + + +### Features + +* **server:** add express-rate-limit to protect against DDoS attacks ([c6c6b65](https://github.com/FlorentinTh/LE2ML-API/commit/c6c6b65c074bd44efd5d818fb48370692f568f5f)), closes [#471](https://github.com/FlorentinTh/LE2ML-API/issues/471) + + +### Chore + +* **deps:** update dependencies ([1c5cf8b](https://github.com/FlorentinTh/LE2ML-API/commit/1c5cf8b1d6ba92e1eb5f8036f279ce25fb20b5b9)) + + +### Refactors + +* **sources-file:** refactor few identified issues to pass code quality test ([e99cf2a](https://github.com/FlorentinTh/LE2ML-API/commit/e99cf2aa3a717954a24273966715a262fa26aa45)) + ### [1.2.4](https://github.com/FlorentinTh/LE2ML-API/compare/v1.2.3...v1.2.4) (2022-01-13) diff --git a/package-lock.json b/package-lock.json index e41af79..cc9e0c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "le2ml-api", - "version": "1.2.4", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "le2ml-api", - "version": "1.2.4", + "version": "1.3.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/package.json b/package.json index c24445b..5c4894d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "le2ml-api", - "version": "1.2.4", + "version": "1.3.0", "description": "API for the LE2ML project", "main": "src/server.js", "scripts": {