Skip to content

Commit

Permalink
chore: release v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinEdry committed Oct 16, 2024
1 parent 2546753 commit 032c32d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## <small>1.5.1 (2024-10-16)</small>

* chore(packages/nestjs-trpc): updated nestjs to not require generation dependencies in prod ([2546753](https://github.com/KevinEdry/nestjs-trpc/commit/2546753))
* chore(packages/nestjs-trpc): updated tsconfig and build step ([6102784](https://github.com/KevinEdry/nestjs-trpc/commit/6102784))
* docs(README): change demo gif ([921b512](https://github.com/KevinEdry/nestjs-trpc/commit/921b512))

## 1.5.0 (2024-10-06)

* chore(nestjs-trpc): refactored util files and functions ([fbf794a](https://github.com/KevinEdry/nestjs-trpc/commit/fbf794a))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-trpc-workspace",
"version": "1.5.0",
"version": "1.5.1",
"homepage": "https://nestjs-trpc.io",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs-trpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-trpc",
"version": "1.5.0",
"version": "1.5.1",
"homepage": "https://nestjs-trpc.io",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 032c32d

Please sign in to comment.