From fcb58c511071b085536c5dc68f364a2b730f6098 Mon Sep 17 00:00:00 2001 From: tmorin Date: Sun, 6 Nov 2022 16:00:55 +0100 Subject: [PATCH] chore(release): 10.1.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb72c56d77a..4c937daa7a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [10.1.0](https://github.com/tmorin/plantuml-libs/compare/v10.0.0...v10.1.0) (2022-11-06) + + +### Features + +* **simpleicons-7:** refresh the package ([f31baab](https://github.com/tmorin/plantuml-libs/commit/f31baab7f7f1f275ee22ea6b0efd52ecfde1ca7e)) +* **simpleicons-7:** upgrade the package (7.4.0 -> 7.19.0) ([d31077d](https://github.com/tmorin/plantuml-libs/commit/d31077d292433a723913d0235304b92e45ee0678)) + ## [10.0.0](https://github.com/tmorin/plantuml-libs/compare/v9.5.0...v10.0.0) (2022-11-05) diff --git a/package-lock.json b/package-lock.json index 55fe9232c2f..f5855100d26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tmorin/plantuml-libs", - "version": "10.0.0", + "version": "10.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tmorin/plantuml-libs", - "version": "10.0.0", + "version": "10.1.0", "license": "MIT", "dependencies": { "glob": "^8.0.3", diff --git a/package.json b/package.json index e10e278a3e7..e060b3565cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tmorin/plantuml-libs", - "version": "10.0.0", + "version": "10.1.0", "description": "A set of resources for [PlantUML](https://plantuml.com) to define diagrams for AWS, Azure, EIP ...", "license": "MIT", "homepage": "https://github.com/tmorin/plantuml-libs#readme",