Skip to content

Commit 6fdf386

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

File tree

3 files changed

+6
-32
lines changed

3 files changed

+6
-32
lines changed

.release-it.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
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
78
},
89
"npm": {
9-
"publishPath": "./build"
10+
"publishPath": "./build",
11+
"publishArgs": ["--access=public"]
1012
},
1113
"plugins": {
1214
"@release-it/conventional-changelog": {

CHANGELOG.md

Lines changed: 1 addition & 26 deletions
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.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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",
@@ -26,9 +26,6 @@
2626
],
2727
"sideEffects": false,
2828
"license": "Apache-2.0",
29-
"publishConfig": {
30-
"access": "public"
31-
},
3229
"devDependencies": {
3330
"@babel/cli": "^7.0.0",
3431
"@babel/core": "^7.0.0",

0 commit comments

Comments
 (0)