Skip to content

Commit

Permalink
chore(release): 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ManAnRuck committed Sep 22, 2024
1 parent 3acbdd7 commit 0102164
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions services/procedures/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

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.2 (2024-09-22)


* 🐛 limit procedures to 100 ([658f6bf](https://github.com/demokratie-live/democracy-development/commit/658f6bf6aaf5445b106d0a2476c92ff33ca04d19))
* **dx:** 🧑‍💻 add bruno 🐶 api files ([a4fd5b0](https://github.com/demokratie-live/democracy-development/commit/a4fd5b0fe8135dc855245c898c5c3d0aa5828e94))
* **e2e:** 🔂 fix health e2e test ([35f2469](https://github.com/demokratie-live/democracy-development/commit/35f24694b51723ace77949acba03d6a477815fe5))
* **garden:** 🧑‍🌾 adjust configuration for garden ([8c90fc0](https://github.com/demokratie-live/democracy-development/commit/8c90fc0fe752bb9af69d9c5cc796f8c9736b0997))


### 🚀 Feature

* 🚀 add GET /health endpoint ([9a8ee26](https://github.com/demokratie-live/democracy-development/commit/9a8ee26140a4c4fe33b8d14298702df699d586e0))
* 🚀 add procedures service ([90373ad](https://github.com/demokratie-live/democracy-development/commit/90373adcc403e80d3914ecb7594c07aadc6c39d8))
* **procedures:** 🚀 add configuration module ([804f757](https://github.com/demokratie-live/democracy-development/commit/804f757e3ffc1ba019f47f855a26b9d9e6e413e3))
* **procedures:** 🚀 add procedures findAll endpoint ([a229563](https://github.com/demokratie-live/democracy-development/commit/a229563b21006ec3e24c931a7ab1a48ea9963e5f))
* **procedures:** 🚀 add procedures pastProcedures endpoint ([c841385](https://github.com/demokratie-live/democracy-development/commit/c84138582eb273d43547590b2187ccdf2d2a1a90))
* **procedures:** 🚀 add procedures upcoming endpoint ([bd63db6](https://github.com/demokratie-live/democracy-development/commit/bd63db647875d98c6e954f253289e6150a9903f5))


### 👷 CI/CD

* 👷 fix ci build and start script ([5da90aa](https://github.com/demokratie-live/democracy-development/commit/5da90aa177dc642e628355100469afb424433f99))
2 changes: 1 addition & 1 deletion services/procedures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "procedures",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"author": "",
"private": false,
Expand Down

0 comments on commit 0102164

Please sign in to comment.