diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f1ba29..ce1d897 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ +## 2.4.0 (2024-10-30) + +#### :rocket: Enhancement +* [#116](https://github.com/lblod/notulen-prepublish-service/pull/116) Add agendapoint number to the output of treatment extracts [@piemonkey](https://github.com/piemonkey) + +#### Committers: 1 +- [@piemonkey](https://github.com/piemonkey) + + ## 2.3.3 (2024-09-20) [#114](https://github.com/lblod/notulen-prepublish-service/pull/114) Handle logical file uris with no related physical file information diff --git a/package-lock.json b/package-lock.json index 68ea9ff..3d63353 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "notulen-prepublish-service", - "version": "2.3.3", + "version": "2.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "notulen-prepublish-service", - "version": "2.3.3", + "version": "2.4.0", "license": "MIT", "dependencies": { "@lblod/marawa": "0.8.0-beta.3", diff --git a/package.json b/package.json index d692763..e1d4943 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notulen-prepublish-service", - "version": "2.3.3", + "version": "2.4.0", "description": "mu-semtech service to extract knowledge from documents", "main": "app.js", "dependencies": {