Skip to content

Commit

Permalink
chore: release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinEdry committed Oct 30, 2024
1 parent 93a4590 commit c4e45b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## <small>1.6.1 (2024-10-30)</small>

## 1.6.0 (2024-10-30)

* chore(nestjs-trpc): remove pnp from source control ([1d92ef9](https://github.com/KevinEdry/nestjs-trpc/commit/1d92ef9))
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.6.0",
"version": "1.6.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.6.0",
"version": "1.6.1",
"homepage": "https://nestjs-trpc.io",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit c4e45b4

Please sign in to comment.