diff --git a/CHANGELOG.md b/CHANGELOG.md index ab16224..8495b04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/flohulo/jubla-reporting/compare/v0.4.0...v0.5.0) (2026-06-09) + + +### Features + +* Github Links in pages ([#39](https://github.com/flohulo/jubla-reporting/issues/39)) ([63f185d](https://github.com/flohulo/jubla-reporting/commit/63f185d1491ab7129f71fc129ab93b4e4acdc26f)) + ## [0.4.0](https://github.com/flohulo/jubla-reporting/compare/v0.3.0...v0.4.0) (2026-06-04) diff --git a/package-lock.json b/package-lock.json index 9f41d22..03f439a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jubla-reporting", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "jubla-reporting", - "version": "0.4.0", + "version": "0.5.0", "license": "GPL-3.0", "dependencies": { "jspdf": "^4.2.1", diff --git a/package.json b/package.json index 9da9975..5e55ee6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jubla-reporting", - "version": "0.4.0", + "version": "0.5.0", "description": "Jubla Wald ZH – Reporting Tool", "license": "GPL-3.0", "scripts": {