From 3bde8e4af156fa1adb5fcb0376618a10078d0ab4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 4 Sep 2022 21:41:34 +0000 Subject: [PATCH] chore(release): 1.6.3 [skip ci] ## [1.6.3](https://github.com/herbsjs/buchu/compare/v1.6.2...v1.6.3) (2022-09-04) ### Bug Fixes * **request.from:** now ignoreIDs works with entities with multiple IDs ([e13e1bd](https://github.com/herbsjs/buchu/commit/e13e1bd858afe38bee018d86bd70cbc19377f70a)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13a197e..4dc2ba7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.3](https://github.com/herbsjs/buchu/compare/v1.6.2...v1.6.3) (2022-09-04) + + +### Bug Fixes + +* **request.from:** now ignoreIDs works with entities with multiple IDs ([e13e1bd](https://github.com/herbsjs/buchu/commit/e13e1bd858afe38bee018d86bd70cbc19377f70a)) + ## [1.6.2](https://github.com/herbsjs/buchu/compare/v1.6.1...v1.6.2) (2022-07-27) diff --git a/package-lock.json b/package-lock.json index 4438d87..8be25b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@herbsjs/buchu", - "version": "1.6.2", + "version": "1.6.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3217f1a..95dce5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@herbsjs/buchu", - "version": "1.6.2", + "version": "1.6.3", "description": "Uniform, auditable and secure use case javascript library", "main": "./src/buchu.js", "scripts": {