From 54d1e453cf86e9f66371a6e5c4254ec8f1ccde79 Mon Sep 17 00:00:00 2001 From: bluelovers Date: Wed, 1 Jun 2022 14:42:34 +0800 Subject: [PATCH] chore(release): publish - array-hyper-unique@2.0.8 --- packages/array-hyper-unique/CHANGELOG.md | 11 +++++++++++ packages/array-hyper-unique/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/array-hyper-unique/CHANGELOG.md b/packages/array-hyper-unique/CHANGELOG.md index f685b26..ed3e50e 100644 --- a/packages/array-hyper-unique/CHANGELOG.md +++ b/packages/array-hyper-unique/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.8](https://github.com/bluelovers/ws-array/compare/array-hyper-unique@2.0.7...array-hyper-unique@2.0.8) (2022-06-01) + + +### 🐛 Bug Fixes + +* avoid https://github.com/chaijs/deep-eql/issues/85 ([4ab1cda](https://github.com/bluelovers/ws-array/commit/4ab1cdade5ffb43cdee0d4ca07b9b4884b406bcf)) + + + + + ## [2.0.7](https://github.com/bluelovers/ws-array/compare/array-hyper-unique@2.0.6...array-hyper-unique@2.0.7) (2022-06-01) diff --git a/packages/array-hyper-unique/package.json b/packages/array-hyper-unique/package.json index 5afee49..40123a7 100644 --- a/packages/array-hyper-unique/package.json +++ b/packages/array-hyper-unique/package.json @@ -1,6 +1,6 @@ { "name": "array-hyper-unique", - "version": "2.0.7", + "version": "2.0.8", "description": "Get unique values of an array. Really, like deeply unique.", "keywords": [ "Array.prototype.unique",