diff --git a/CHANGELOG.md b/CHANGELOG.md index a87d4356be..6348db0ba2 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. +### [14.0.2](https://github.com/tmorin/plantuml-libs/compare/v14.0.1...v14.0.2) (2024-02-25) + + +### Bug Fixes + +* **website:** fix eslint remarks ([c896d18](https://github.com/tmorin/plantuml-libs/commit/c896d18b71e6e7a10c705b6850066b8bb2f35492)) + ### [14.0.1](https://github.com/tmorin/plantuml-libs/compare/v14.0.0...v14.0.1) (2024-02-25) diff --git a/package-lock.json b/package-lock.json index bc8662f3a7..9e3650f8bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tmorin/plantuml-libs", - "version": "14.0.1", + "version": "14.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@tmorin/plantuml-libs", - "version": "14.0.1", + "version": "14.0.2", "license": "MIT", "dependencies": { "glob": "^10.2.5", diff --git a/package.json b/package.json index 97279792c3..152ba027bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tmorin/plantuml-libs", - "version": "14.0.1", + "version": "14.0.2", "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",