From a3381b6c0c90f5a6bcbb5fb14a562031f425dcce Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 Mar 2023 13:58:50 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [2.1.0](https://github.com/herbsjs/buchu/compare/v2.0.0...v2.1.0) (2023-03-06) ### Features * **audittrail:** now audit trail can be configured by mode or output type to ignore some fields ([41f5f8b](https://github.com/herbsjs/buchu/commit/41f5f8b6b6a7cc7fd3a83437896ba2d22363a121)), closes [#90](https://github.com/herbsjs/buchu/issues/90) --- 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 329f43d..218d9f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.1.0](https://github.com/herbsjs/buchu/compare/v2.0.0...v2.1.0) (2023-03-06) + + +### Features + +* **audittrail:** now audit trail can be configured by mode or output type to ignore some fields ([41f5f8b](https://github.com/herbsjs/buchu/commit/41f5f8b6b6a7cc7fd3a83437896ba2d22363a121)), closes [#90](https://github.com/herbsjs/buchu/issues/90) + # [2.0.0](https://github.com/herbsjs/buchu/compare/v1.6.3...v2.0.0) (2022-09-21) diff --git a/package-lock.json b/package-lock.json index b0febef..29605fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@herbsjs/buchu", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ff76322..1e8031e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@herbsjs/buchu", - "version": "2.0.0", + "version": "2.1.0", "description": "Uniform, auditable and secure use case javascript library", "main": "./src/buchu.js", "scripts": {