diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d5bac0..6eebd15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.6.1](https://github.com/vodyani/utils/compare/v8.6.0...v8.6.1) (2022-09-27) + + +### Bug Fixes + +* circular and priority queue types 🐛 ([2ee3f1e](https://github.com/vodyani/utils/commit/2ee3f1ea551ba40c1a901ff98a17ae6ae9f2ea60)) + # [8.6.0](https://github.com/vodyani/utils/compare/v8.5.2...v8.6.0) (2022-09-26) diff --git a/package-lock.json b/package-lock.json index e0e7de4..6242255 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vodyani/utils", - "version": "8.6.0", + "version": "8.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@vodyani/utils", - "version": "8.6.0", + "version": "8.6.1", "license": "MIT", "dependencies": { "deepmerge-ts": "4.2.2", diff --git a/package.json b/package.json index c3f71d5..aab4e5e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vodyani/utils", "license": "MIT", - "version": "8.6.0", + "version": "8.6.1", "author": "ChoGathK", "description": "🏃🏻‍♀️ utils provides common utility functions used in server-side development.", "homepage": "https://github.com/vodyani/utils#readme",