diff --git a/README.md b/README.md index 09a34b4911..ade750e968 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

Latest Release:
- Analysis 1.129.0 | Visualization 1.131.2 + Analysis 1.129.0 | Visualization 1.131.3 [comment]: ################################################################################## [comment]: diff --git a/gh-pages/_posts/release/2024-12-13-vis_1.131.3.md b/gh-pages/_posts/release/2024-12-13-vis_1.131.3.md new file mode 100644 index 0000000000..9c08b29d57 --- /dev/null +++ b/gh-pages/_posts/release/2024-12-13-vis_1.131.3.md @@ -0,0 +1,18 @@ +--- +categories: + - Release + - Release-Visualization +tags: + - gh-pages + - release + - visualization + +title: Visualization version 1.131.3 +--- + +{{page.title}} is live and ready for [download](https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.131.3). +This version brings the following: + +### Changed + +- Dummy entry (Testing release workflow) \ No newline at end of file diff --git a/visualization/CHANGELOG.md b/visualization/CHANGELOG.md index 451bb06289..740bdc5cd1 100644 --- a/visualization/CHANGELOG.md +++ b/visualization/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/) -## [unreleased] (Added 🚀 | Changed | Removed 🗑 | Fixed 🐞 | Chore 👨‍💻 👩‍💻) +## [1.131.3] - 2024-12-13 (Added 🚀 | Changed | Removed 🗑 | Fixed 🐞 | Chore 👨‍💻 👩‍💻) ### Changed diff --git a/visualization/package-lock.json b/visualization/package-lock.json index 5de5426039..6b9f511b66 100644 --- a/visualization/package-lock.json +++ b/visualization/package-lock.json @@ -1,12 +1,12 @@ { "name": "codecharta-visualization", - "version": "1.131.2", + "version": "1.131.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codecharta-visualization", - "version": "1.131.2", + "version": "1.131.3", "license": "BSD-3-Clause", "dependencies": { "@angular/animations": "^18.2.9", diff --git a/visualization/package.json b/visualization/package.json index 02cc191b1d..e812ca766b 100644 --- a/visualization/package.json +++ b/visualization/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/MaibornWolff/codecharta.git" }, "name": "codecharta-visualization", - "version": "1.131.2", + "version": "1.131.3", "engines": { "node": ">=20" },