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 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" : {
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-
261## 2.2.1
272
283+ add check into the utility isEqual for comparision of functions by reference (#63 )
6136
6237## 0.6.2
6338+ Add changelog
64- + Convert utils build with babel
39+ + Convert utils build with babel
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments