diff --git a/services/procedures/CHANGELOG.md b/services/procedures/CHANGELOG.md index fdca328f..fe99c8ad 100644 --- a/services/procedures/CHANGELOG.md +++ b/services/procedures/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. +## [0.0.3](https://github.com/demokratie-live/democracy-development/compare/procedures@v0.0.2...procedures@v0.0.3) (2024-09-23) + + +### 🚀 Feature + +* **procedure:** 🚀 add pagination ([5476617](https://github.com/demokratie-live/democracy-development/commit/547661733d1e312b7b19dd6bfe0aa73a6af8c32c)) + ## 0.0.2 (2024-09-22) diff --git a/services/procedures/package.json b/services/procedures/package.json index 2ebefe99..7615e7fa 100644 --- a/services/procedures/package.json +++ b/services/procedures/package.json @@ -1,6 +1,6 @@ { "name": "procedures", - "version": "0.0.2", + "version": "0.0.3", "description": "", "author": "", "private": false,