From 47b2c825f775251dd574da9dd05741be5eeb13ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 23:14:23 +0000 Subject: [PATCH] chore(main): release 0.8.0 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ab6f17..90326e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.8.0](https://github.com/noctua84/NestJS-Sandbox/compare/v0.7.7...v0.8.0) (2024-01-03) + + +### Features + +* add openapi documentation ([7b61a03](https://github.com/noctua84/NestJS-Sandbox/commit/7b61a031e6ab511f44d8efc28d9266f8f6019adc)) +* autogenerate nestjs dtos and entities from prisma schema ([460b1a5](https://github.com/noctua84/NestJS-Sandbox/commit/460b1a5791e39184076a0b7a866bdf27b16221d4)) +* prisma service methods: addpaging ([da36ddf](https://github.com/noctua84/NestJS-Sandbox/commit/da36ddfac7da003928c1716ef1e2e999bea26410)) + ## [0.7.7](https://github.com/noctua84/NestJS-Sandbox/compare/v0.7.6...v0.7.7) (2023-12-19) diff --git a/package-lock.json b/package-lock.json index 17b3a25..155e607 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nestjs-sandbox", - "version": "0.7.7", + "version": "0.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nestjs-sandbox", - "version": "0.7.7", + "version": "0.8.0", "license": "MIT", "dependencies": { "@nestjs/axios": "^3.0.1", diff --git a/package.json b/package.json index 5db4fe6..b34f2b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-sandbox", - "version": "0.7.7", + "version": "0.8.0", "description": "This is a sandbox project for NestJS", "author": "Markus Möller", "private": true,