Skip to content

Commit

Permalink
chore: release v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinEdry committed Sep 28, 2024
1 parent 758f1c0 commit a3d81f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## <small>1.3.3 (2024-09-28)</small>

* fix: updated import map to handle barrel files ([bc974ca](https://github.com/KevinEdry/nestjs-trpc/commit/bc974ca))
* fix: updated peer dependencies version ([5be3ac9](https://github.com/KevinEdry/nestjs-trpc/commit/5be3ac9))

## <small>1.3.2 (2024-09-28)</small>

* fix: fixed zod schema functionality to respect local import maps ([981046f](https://github.com/KevinEdry/nestjs-trpc/commit/981046f))
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.3.2",
"version": "1.3.3",
"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.3.2",
"version": "1.3.3",
"homepage": "https://nestjs-trpc.io",
"main": "./dist/index.js",
"types": "./lib/index.ts",
Expand Down

0 comments on commit a3d81f3

Please sign in to comment.