File tree Expand file tree Collapse file tree 3 files changed +6
-32
lines changed Expand file tree Collapse file tree 3 files changed +6
-32
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"git" : {
3
- "commitMessage" : " chore(release): version ${version}"
3
+ "commitMessage" : " chore(release): version ${version}" ,
4
+ "tagName" : " v${version}"
4
5
},
5
6
"github" : {
6
7
"release" : true
7
8
},
8
9
"npm" : {
9
- "publishPath" : " ./build"
10
+ "publishPath" : " ./build" ,
11
+ "publishArgs" : [" --access=public" ]
10
12
},
11
13
"plugins" : {
12
14
"@release-it/conventional-changelog" : {
Original file line number Diff line number Diff line change 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
-
26
1
## 2.2.1
27
2
28
3
+ add check into the utility isEqual for comparision of functions by reference (#63 )
61
36
62
37
## 0.6.2
63
38
+ Add changelog
64
- + Convert utils build with babel
39
+ + Convert utils build with babel
Original file line number Diff line number Diff line change 4
4
"author" : " Tinkoff team" ,
5
5
"scripts" : {
6
6
"build" : " tsc && babel ./ts_temp -d build" ,
7
- "release" : " release-it" ,
7
+ "release" : " release-it --increment=2.6.1 -VV " ,
8
8
"release:dry" : " release-it --dry-run" ,
9
9
"benchmark" : " ts-node --project tsconfig.benchmark.json runBenchmark.ts" ,
10
10
"prebenchmark" : " npm install --no-save ts-node lodash ramda lazy.js underscore" ,
26
26
],
27
27
"sideEffects" : false ,
28
28
"license" : " Apache-2.0" ,
29
- "publishConfig" : {
30
- "access" : " public"
31
- },
32
29
"devDependencies" : {
33
30
"@babel/cli" : " ^7.0.0" ,
34
31
"@babel/core" : " ^7.0.0" ,
You can’t perform that action at this time.
0 commit comments