Skip to content

Commit

Permalink
chore(main): release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 3, 2024
1 parent 94b0c57 commit 47b2c82
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 47b2c82

Please sign in to comment.