Skip to content

Commit

Permalink
chore: sync minor version with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Ryazanov committed Aug 1, 2023
1 parent 85c9277 commit 6fdf386
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 32 deletions.
6 changes: 4 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"git": {
"commitMessage": "chore(release): version ${version}"
"commitMessage": "chore(release): version ${version}",
"tagName": "v${version}"
},
"github": {
"release": true
},
"npm": {
"publishPath": "./build"
"publishPath": "./build",
"publishArgs": ["--access=public"]
},
"plugins": {
"@release-it/conventional-changelog": {
Expand Down
27 changes: 1 addition & 26 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,3 @@


## [2.5.6](https://github.com/Tinkoff/utils.js/compare/2.5.4...2.5.6) (2023-07-31)


### Bug Fixes

* remove `files` property from package.json ([541ee12](https://github.com/Tinkoff/utils.js/commit/541ee12a41721534b120049f98aae178553a0edb))

## [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)


### Bug Fixes

* fix publishing files ([3c24d4b](https://github.com/Tinkoff/utils.js/commit/3c24d4b51a3cbd15fa135d56feeccffc0f32c633))

## 2.5.2 (2023-07-31)

## 2.2.1

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

## 0.6.2
+ Add changelog
+ Convert utils build with babel
+ Convert utils build with babel
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Tinkoff team",
"scripts": {
"build": "tsc && babel ./ts_temp -d build",
"release": "release-it",
"release": "release-it --increment=2.6.1 -VV",
"release:dry": "release-it --dry-run",
"benchmark": "ts-node --project tsconfig.benchmark.json runBenchmark.ts",
"prebenchmark": "npm install --no-save ts-node lodash ramda lazy.js underscore",
Expand All @@ -26,9 +26,6 @@
],
"sideEffects": false,
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
Expand Down

0 comments on commit 6fdf386

Please sign in to comment.