Skip to content

Commit 2e4d330

Browse files
author
Alexey Ryazanov
committed
chore: sync minor version with npm
1 parent 85c9277 commit 2e4d330

File tree

4 files changed

+6
-30
lines changed

4 files changed

+6
-30
lines changed

.release-it.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"git": {
3-
"commitMessage": "chore(release): version ${version}"
3+
"commitMessage": "chore(release): version ${version}",
4+
"tagName": "v${version}"
45
},
56
"github": {
67
"release": true

CHANGELOG.md

+1-26
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,3 @@
1-
2-
3-
## [2.5.6](https://github.com/Tinkoff/utils.js/compare/2.5.4...2.5.6) (2023-07-31)
4-
5-
6-
### Bug Fixes
7-
8-
* remove `files` property from package.json ([541ee12](https://github.com/Tinkoff/utils.js/commit/541ee12a41721534b120049f98aae178553a0edb))
9-
10-
## [2.5.4](https://github.com/Tinkoff/utils.js/compare/2.5.3...2.5.4) (2023-07-31)
11-
12-
13-
### Bug Fixes
14-
15-
* add files to publishing ([49c0b80](https://github.com/Tinkoff/utils.js/commit/49c0b80a35085a143f7d017b15b7657f5b0fbfd6))
16-
17-
## [2.5.3](https://github.com/Tinkoff/utils.js/compare/2.5.2...2.5.3) (2023-07-31)
18-
19-
20-
### Bug Fixes
21-
22-
* fix publishing files ([3c24d4b](https://github.com/Tinkoff/utils.js/commit/3c24d4b51a3cbd15fa135d56feeccffc0f32c633))
23-
24-
## 2.5.2 (2023-07-31)
25-
261
## 2.2.1
272

283
+ add check into the utility isEqual for comparision of functions by reference (#63)
@@ -61,4 +36,4 @@
6136

6237
## 0.6.2
6338
+ Add changelog
64-
+ Convert utils build with babel
39+
+ Convert utils build with babel

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@tinkoff/utils",
3-
"version": "2.5.6",
3+
"version": "2.5.5",
44
"author": "Tinkoff team",
55
"scripts": {
66
"build": "tsc && babel ./ts_temp -d build",
7-
"release": "release-it",
7+
"release": "release-it --increment=2.6.1 -VV",
88
"release:dry": "release-it --dry-run",
99
"benchmark": "ts-node --project tsconfig.benchmark.json runBenchmark.ts",
1010
"prebenchmark": "npm install --no-save ts-node lodash ramda lazy.js underscore",

0 commit comments

Comments
 (0)