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 Jul 31, 2023
1 parent 85c9277 commit 832e223
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 30 deletions.
3 changes: 2 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"git": {
"commitMessage": "chore(release): version ${version}"
"commitMessage": "chore(release): version ${version}",
"tagName": "v${version}"
},
"github": {
"release": true
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
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@tinkoff/utils",
"version": "2.5.6",
"version": "2.5.5",
"author": "Tinkoff team",
"scripts": {
"build": "tsc && babel ./ts_temp -d build",
"release": "release-it",
"release": "release-it --increment=2.6.1",
"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 Down

0 comments on commit 832e223

Please sign in to comment.