From fd308807b4965e015fe4d3cd894ff3d62565fa38 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Jan 2024 09:44:31 +0000 Subject: [PATCH] chore(release): 1.15.0 [skip ci] # [1.15.0](https://github.com/technologiestiftung/parla-api/compare/v1.14.0...v1.15.0) (2024-01-09) ### Features * streaming answer ([#52](https://github.com/technologiestiftung/parla-api/issues/52)) ([92539e7](https://github.com/technologiestiftung/parla-api/commit/92539e7ca01dc33e5ac612dcafdf5772eab0498f)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b23d38..9d4db21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.15.0](https://github.com/technologiestiftung/parla-api/compare/v1.14.0...v1.15.0) (2024-01-09) + + +### Features + +* streaming answer ([#52](https://github.com/technologiestiftung/parla-api/issues/52)) ([92539e7](https://github.com/technologiestiftung/parla-api/commit/92539e7ca01dc33e5ac612dcafdf5772eab0498f)) + # [1.14.0](https://github.com/technologiestiftung/parla-api/compare/v1.13.1...v1.14.0) (2024-01-04) diff --git a/package-lock.json b/package-lock.json index 79a6eea..8cb3c31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@technologiestiftung/parla-api", - "version": "1.14.0", + "version": "1.15.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@technologiestiftung/parla-api", - "version": "1.14.0", + "version": "1.15.0", "license": "MIT", "dependencies": { "@fastify/cors": "8.3.0", diff --git a/package.json b/package.json index 7c00b40..5e3376a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@technologiestiftung/parla-api", - "version": "1.14.0", + "version": "1.15.0", "description": "", "main": "dist/index.js", "type": "module",