From 9de029885c2c64da815db359bdaff7b2e87b790e Mon Sep 17 00:00:00 2001 From: tmorin Date: Wed, 2 Dec 2020 15:01:47 +0100 Subject: [PATCH] chore(release): 2.2.0 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 794ee0af20a..5fa6a004288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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](https://github.com/tmorin/plantuml-libs/compare/v2.1.0...v2.2.0) (2020-12-02) + + +### Features + +* adapt the Relationship style ([6fbe1e9](https://github.com/tmorin/plantuml-libs/commit/6fbe1e9aacf79585edfa29f8d682902ea3ff5333)) +* **c4model:** adapt the elements' font size ([9959ba7](https://github.com/tmorin/plantuml-libs/commit/9959ba738db71cf09f52617b165fc96b39faec09)) +* **fontawesome-5.15:** add the package ([1a1bc17](https://github.com/tmorin/plantuml-libs/commit/1a1bc17eb69ad9217ad44938165a10281e524c47)) +* **homecloud:** add the backup element ([7dc7641](https://github.com/tmorin/plantuml-libs/commit/7dc7641b660a17d87843b8d60d9e9019b79d4808)) +* **homecloud:** refactor elements, remove groups, add new brands ([67a7331](https://github.com/tmorin/plantuml-libs/commit/67a73311e1aab58a5e2a3fe73c9d1e6578ee973e)) + + +### Bug Fixes + +* **homecloud:** adapt homecloud example ([a66c85b](https://github.com/tmorin/plantuml-libs/commit/a66c85bccc67aa0ad01c273b8305609ab04460f3)) + ## [2.1.0](https://github.com/tmorin/plantuml-libs/compare/v2.0.5...v2.1.0) (2020-11-28) diff --git a/package-lock.json b/package-lock.json index 6bee1fc471e..2017f6c9f36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@tmorin/plantuml-libs", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cd627f51f4e..86e2059bcb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tmorin/plantuml-libs", - "version": "2.1.0", + "version": "2.2.0", "description": "Set of libraries for [PlantUML](http://plantuml.com).", "license": "MIT", "homepage": "https://github.com/tmorin/plantuml-libs#readme",