From 52bb5376b7125097f618436d52ddd62333d82af1 Mon Sep 17 00:00:00 2001 From: Ivan Dimanov <90039061+IvanDimanov-MoveDigital@users.noreply.github.com> Date: Thu, 7 Apr 2022 09:46:21 +0300 Subject: [PATCH] chore(main): release 2.55.0 (#119) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db7b9ff..852038a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.55.0](https://github.com/IvanDimanov/biscuit-machine/compare/v2.54.2...v2.55.0) (2022-04-07) + + +### Feature + +* Get release version ([35f1bda](https://github.com/IvanDimanov/biscuit-machine/commit/35f1bdad473469ce0934b77e5e22940467b5a5b9)) + ### [2.54.2](https://github.com/IvanDimanov/biscuit-machine/compare/v2.54.1...v2.54.2) (2022-04-07) diff --git a/package.json b/package.json index 84f6b7c..7d766e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "biscuit-machine", - "version": "2.54.2", + "version": "2.55.0", "license": "MIT", "engines": { "node": ">=14.0.0",