diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f183f1..2b993d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +## [1.5.1](https://github.com/Akurganow/array-functions/compare/1.5.0...1.5.1) (2023-11-22) + ## [1.5.0](https://github.com/Akurganow/array-functions/compare/1.4.0...1.5.0) (2023-11-21) diff --git a/package-lock.json b/package-lock.json index c4a1144..0ad8347 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@plq/array-functions", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@plq/array-functions", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "dependencies": { "@plq/is": "^1.3.0" diff --git a/package.json b/package.json index 3623326..086b6b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plq/array-functions", - "version": "1.5.0", + "version": "1.5.1", "description": "A set of frequently used functions for working with arrays, for sorting, filtering or checking the state of an array", "main": "lib/index.js", "types": "lib/index.d.ts",