diff --git a/CHANGELOG.md b/CHANGELOG.md index 3498b04..100a5ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.5.4](https://github.com/Tinkoff/utils.js/compare/2.5.3...2.5.4) (2023-07-31) + + +### Bug Fixes + +* add files to publishing ([49c0b80](https://github.com/Tinkoff/utils.js/commit/49c0b80a35085a143f7d017b15b7657f5b0fbfd6)) + ## [2.5.3](https://github.com/Tinkoff/utils.js/compare/2.5.2...2.5.3) (2023-07-31) diff --git a/package-lock.json b/package-lock.json index c8ccba5..ce0f309 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@tinkoff/utils", - "version": "2.5.3", + "version": "2.5.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9896685..c067188 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tinkoff/utils", - "version": "2.5.3", + "version": "2.5.4", "author": "Tinkoff team", "scripts": { "build": "tsc && babel ./ts_temp -d build",