From 11ba641f7be2325c3c46e23305590d5109440725 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Dec 2021 21:11:52 +0200 Subject: [PATCH] chore: release 2.26.0 (#85) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5df3a0..6d80e14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.26.0](https://www.github.com/IvanDimanov/biscuit-machine/compare/v2.25.0...v2.26.0) (2021-12-30) + + +### Features + +* 4 ([98672ab](https://www.github.com/IvanDimanov/biscuit-machine/commit/98672ab01fa4bb8c53edf58311c8643cf435a949)) +* 5 ([5012d92](https://www.github.com/IvanDimanov/biscuit-machine/commit/5012d92b6161ce5ce992f08f5a9ef6b30f6d87ed)) +* 6 ([9d8b102](https://www.github.com/IvanDimanov/biscuit-machine/commit/9d8b102158d7e47aa86e153e8f84730ab7de877b)) +* 7 ([e1652ba](https://www.github.com/IvanDimanov/biscuit-machine/commit/e1652ba97ea4a33a5df623177c5899b864951b81)) + ## [2.25.0](https://www.github.com/IvanDimanov/biscuit-machine/compare/v2.24.0...v2.25.0) (2021-12-30) diff --git a/package.json b/package.json index 9939beb..0f2ef09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "biscuit-machine", - "version": "2.25.0", + "version": "2.26.0", "license": "MIT", "engines": { "node": ">=14.0.0",