diff --git a/CHANGELOG.md b/CHANGELOG.md index f9cb86f051c..406d0b5aebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +## [9.5.0](https://github.com/tmorin/plantuml-libs/compare/v9.4.4...v9.5.0) (2022-11-04) + + +### Features + +* **azure-4:** refresh the package ([afeefbf](https://github.com/tmorin/plantuml-libs/commit/afeefbfc3ea3a2ed619619ebc4fb178fad7f6c60)) +* **azure-6:** add the package ([88c2ee3](https://github.com/tmorin/plantuml-libs/commit/88c2ee32d6d3546bb1d9fde6605e52bf60d5eead)) +* **azure-6:** refresh the package ([b1405ed](https://github.com/tmorin/plantuml-libs/commit/b1405ed9d843557724293eebeba35348e6f25864)) + ### [9.4.4](https://github.com/tmorin/plantuml-libs/compare/v9.4.3...v9.4.4) (2022-08-19) diff --git a/package-lock.json b/package-lock.json index 4ed1443a863..7c40bb877ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tmorin/plantuml-libs", - "version": "9.4.4", + "version": "9.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tmorin/plantuml-libs", - "version": "9.4.4", + "version": "9.5.0", "license": "MIT", "dependencies": { "glob": "^8.0.3", diff --git a/package.json b/package.json index e429b0be0c1..b3e91e4623d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tmorin/plantuml-libs", - "version": "9.4.4", + "version": "9.5.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",