diff --git a/CHANGELOG.md b/CHANGELOG.md index ef2cb806..2e410660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [1.13.5](https://github.com/Fllorent0D/TabT-Rest/compare/v1.13.4...v1.13.5) (2023-08-10) + + +### Chores + +* Update dependency @types/lodash to v4.14.197 ([4681b61](https://github.com/Fllorent0D/TabT-Rest/commit/4681b61f2fb6275c52a64794ae788018bf868f31)) + ## [1.13.4](https://github.com/Fllorent0D/TabT-Rest/compare/v1.13.3...v1.13.4) (2023-08-09) diff --git a/package-lock.json b/package-lock.json index 7f547de3..e5fc5d3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tabt-rest", - "version": "1.13.4", + "version": "1.13.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tabt-rest", - "version": "1.13.4", + "version": "1.13.5", "hasInstallScript": true, "license": "UNLICENSED", "dependencies": { diff --git a/package.json b/package.json index c9e40c69..6d35fb2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabt-rest", - "version": "1.13.4", + "version": "1.13.5", "description": "", "author": "", "private": true,