Skip to content

Commit e7045d8

Browse files
committed
Release 1.1.0
1 parent 8f1f1fc commit e7045d8

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
## 1.1.0 (2023-10-09)
4+
5+
6+
### Features
7+
8+
* Add isSortedBy ([9f808db](https://github.com/Akurganow/array-functions/commit/9f808dbc8f523963d1c86b31333a29ad36e06f01))
9+
10+
11+
### Bug Fixes
12+
13+
* eslint indent error ([8f1f1fc](https://github.com/Akurganow/array-functions/commit/8f1f1fc2315f9845966a52a8faaed769e41b7936))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plq/array-functions",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A set of frequently used functions for working with arrays, for sorting, filtering or checking the state of an array",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)