diff --git a/bundestag.io/admin/CHANGELOG.md b/bundestag.io/admin/CHANGELOG.md index 246e9ef83..1b2000cb9 100644 --- a/bundestag.io/admin/CHANGELOG.md +++ b/bundestag.io/admin/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [3.1.0](https://github.com/demokratie-live/democracy-development/compare/bundestag.io-admin@v3.0.7...bundestag.io-admin@v3.1.0) (2024-04-07) + + +### 🚀 Feature + +* imporve docker compose usage ([df12f75](https://github.com/demokratie-live/democracy-development/commit/df12f751199dc85ac0ca7d9425d09faf3af836ea)) + ## [3.0.7](https://github.com/demokratie-live/democracy-development/compare/bundestag.io-admin@v3.0.6...bundestag.io-admin@v3.0.7) (2023-11-05) diff --git a/bundestag.io/admin/package.json b/bundestag.io/admin/package.json index 2990e422e..ac4e429fe 100644 --- a/bundestag.io/admin/package.json +++ b/bundestag.io/admin/package.json @@ -1,6 +1,6 @@ { "name": "bundestag.io-admin", - "version": "3.0.7", + "version": "3.1.0", "scripts": { "dev": "next dev", "build": "next build",