Skip to content

Commit b629ddb

Browse files
committed
chore(release): version 2.6.1
1 parent 6fdf386 commit b629ddb

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2+
3+
## [2.6.1](https://github.com/Tinkoff/utils.js/compare/v2.5.0...v2.6.1) (2023-08-01)
4+
5+
6+
### Features
7+
8+
* **ci:** add release workflow with `release-it` ([777b741](https://github.com/Tinkoff/utils.js/commit/777b7412ab680042349c316a88d33bcd681c470f))
9+
10+
11+
### Bug Fixes
12+
13+
* add files to publishing ([49c0b80](https://github.com/Tinkoff/utils.js/commit/49c0b80a35085a143f7d017b15b7657f5b0fbfd6))
14+
* change token settings for release workflow ([1a83c59](https://github.com/Tinkoff/utils.js/commit/1a83c59fe68ddb918e31dad1160e3dab3fbb7534))
15+
* fix publishing files ([3c24d4b](https://github.com/Tinkoff/utils.js/commit/3c24d4b51a3cbd15fa135d56feeccffc0f32c633))
16+
* remove `files` property from package.json ([541ee12](https://github.com/Tinkoff/utils.js/commit/541ee12a41721534b120049f98aae178553a0edb))
17+
118
## 2.2.1
219

320
+ add check into the utility isEqual for comparision of functions by reference (#63)
@@ -36,4 +53,4 @@
3653

3754
## 0.6.2
3855
+ Add changelog
39-
+ Convert utils build with babel
56+
+ Convert utils build with babel

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tinkoff/utils",
3-
"version": "2.5.6",
3+
"version": "2.6.1",
44
"author": "Tinkoff team",
55
"scripts": {
66
"build": "tsc && babel ./ts_temp -d build",

0 commit comments

Comments
 (0)