diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fc0219c..b2a61123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +### [1.12.40](https://github.com/Fllorent0D/TabT-Rest/compare/v1.12.39...v1.12.40) (2023-02-28) + + +### Chores + +* Update dependency user-agents to v1.0.1304 ([d54b8d8](https://github.com/Fllorent0D/TabT-Rest/commit/d54b8d8e45e312098c0b21f36e4619f2b4a7af75)) + ### [1.12.39](https://github.com/Fllorent0D/TabT-Rest/compare/v1.12.38...v1.12.39) (2023-02-28) diff --git a/package-lock.json b/package-lock.json index 271555ae..d483e72f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tabt-rest", - "version": "1.12.39", + "version": "1.12.40", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tabt-rest", - "version": "1.12.39", + "version": "1.12.40", "license": "UNLICENSED", "dependencies": { "@nestjs/axios": "1.0.1", diff --git a/package.json b/package.json index 06229404..64c46e54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabt-rest", - "version": "1.12.39", + "version": "1.12.40", "description": "", "author": "", "private": true,