From d6432c05a6ea268afa9e35e6a528bffe6432d88a Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Mon, 11 Apr 2022 12:05:33 -0400 Subject: [PATCH] chore(release): 2.2.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de66627..0452040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.2.0](///compare/v2.1.0...v2.2.0) (2022-04-11) + + +### Features + +* allow to edit the print layout 381d497 + ## [2.1.0](///compare/v2.0.0...v2.1.0) (2022-04-07) diff --git a/package.json b/package.json index cb4f142..710e89f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aotds-docks", - "version": "2.1.0", + "version": "2.2.0", "type": "module", "private": true, "scripts": {