diff --git a/CHANGELOG.md b/CHANGELOG.md index 2194eac..d906d71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [6.4.0](https://github.com/skunkteam/sherlock/compare/v6.3.1...v6.4.0) (2022-08-31) + +### Features + +- **sherlock-utils:** add new `parallelStruct` util ([#37](https://github.com/skunkteam/sherlock/issues/37)) ([ecc1719](https://github.com/skunkteam/sherlock/commit/ecc1719ec006756c13d93a205edeb31d8d92b852)) + ### [6.3.1](https://github.com/skunkteam/sherlock/compare/v6.3.0...v6.3.1) (2022-06-03) ### Bug Fixes diff --git a/libs/ngx-sherfire/package.json b/libs/ngx-sherfire/package.json index 3a4686b..8472552 100644 --- a/libs/ngx-sherfire/package.json +++ b/libs/ngx-sherfire/package.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/ngx-sherfire", - "version": "6.3.1", + "version": "6.4.0", "license": "MIT", "repository": "github:skunkteam/sherlock", "peerDependencies": { diff --git a/libs/ngx-sherlock/package.json b/libs/ngx-sherlock/package.json index e26ea00..ca02a0c 100644 --- a/libs/ngx-sherlock/package.json +++ b/libs/ngx-sherlock/package.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/ngx-sherlock", - "version": "6.3.1", + "version": "6.4.0", "license": "MIT", "repository": "github:skunkteam/sherlock", "peerDependencies": { diff --git a/libs/sherlock-utils/package.json b/libs/sherlock-utils/package.json index 5371a95..0d50780 100644 --- a/libs/sherlock-utils/package.json +++ b/libs/sherlock-utils/package.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/sherlock-utils", - "version": "6.3.1", + "version": "6.4.0", "license": "MIT", "repository": "github:skunkteam/sherlock" } diff --git a/libs/sherlock/package.json b/libs/sherlock/package.json index 758ac77..4aa7dcd 100644 --- a/libs/sherlock/package.json +++ b/libs/sherlock/package.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/sherlock", - "version": "6.3.1", + "version": "6.4.0", "license": "MIT", "repository": "github:skunkteam/sherlock" } diff --git a/package-lock.json b/package-lock.json index 4e8e293..232fabf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/sherlock", - "version": "6.3.1", + "version": "6.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 97d01ca..2a3bb7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/sherlock", - "version": "6.3.1", + "version": "6.4.0", "license": "MIT", "repository": "github:skunkteam/sherlock", "scripts": {