diff --git a/CHANGELOG.md b/CHANGELOG.md index 6348db0ba2..5039cae75d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. +## [15.0.0](https://github.com/tmorin/plantuml-libs/compare/v14.0.2...v15.0.0) (2024-09-29) + + +### ⚠ BREAKING CHANGES + +* **azure-19:** the package is `azure-17` is removed from the distribution +* **aws-q2-2024:** the package is `aws-q1-2024` is removed from the distribution + +### Features + +* **aws-q2-2024:** add the package in replacement of `aws-q1-2024` ([04e5523](https://github.com/tmorin/plantuml-libs/commit/04e5523c36431c340d02a93756dcc028a39b5b5f)) +* **azure-19:** add the package in replacement of `azure-17` ([401b383](https://github.com/tmorin/plantuml-libs/commit/401b383e76bea94c0c66fa62cffa362da9f52528)) + ### [14.0.2](https://github.com/tmorin/plantuml-libs/compare/v14.0.1...v14.0.2) (2024-02-25) diff --git a/package-lock.json b/package-lock.json index ebd23b5e72..11c25585bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tmorin/plantuml-libs", - "version": "14.0.2", + "version": "15.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@tmorin/plantuml-libs", - "version": "14.0.2", + "version": "15.0.0", "license": "MIT", "dependencies": { "glob": "^11.0.0", diff --git a/package.json b/package.json index 37335a0b86..a92227ad41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tmorin/plantuml-libs", - "version": "14.0.2", + "version": "15.0.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",