Skip to content

Commit

Permalink
chore(release): publish 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yatendra121 committed Oct 11, 2024
1 parent 4b0bd24 commit 6137ce7
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.6.4 (2024-10-11)


### 🩹 Fixes

- chore: v0.6.24 ([](https://github.com/yatendra121/qnx/commit/))

## 0.6.3 (2024-09-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@qnx/client",
"description": "@qnx/client for handling response",
"author": "Yatendra Kushwaha <https://github.com/yatendra121>",
"version": "0.6.24",
"version": "0.6.25",
"license": "MIT",
"funding": "https://github.com/sponsors/yatendra121",
"homepage": "https://github.com/yatendra121/qnx/tree/main/packages/client",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@qnx/core-helpers",
"description": "Collection of core functions",
"author": "Yatendra Kushwaha <https://github.com/yatendra121>",
"version": "0.6.3",
"version": "0.6.4",
"license": "MIT",
"funding": "https://github.com/sponsors/yatendra121",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@qnx/crypto",
"description": "Crypto functions",
"author": "Yatendra Kushwaha <https://github.com/yatendra121>",
"version": "0.6.23",
"version": "0.6.24",
"license": "MIT",
"funding": "https://github.com/sponsors/yatendra121",
"homepage": "https://github.com/yatendra121/qnx/tree/main/packages/crypto",
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@qnx/errors",
"description": "Collection for handle express error response",
"author": "Yatendra Kushwaha <https://github.com/yatendra121>",
"version": "0.6.23",
"version": "0.6.24",
"license": "MIT",
"funding": "https://github.com/sponsors/yatendra121",
"homepage": "https://github.com/yatendra121/qnx/tree/main/packages/errors",
Expand Down
2 changes: 1 addition & 1 deletion packages/interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@qnx/interfaces",
"description": "Collection of core functions",
"author": "Yatendra Kushwaha <https://github.com/yatendra121>",
"version": "0.6.23",
"version": "0.6.24",
"license": "MIT",
"funding": "https://github.com/sponsors/yatendra121",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@qnx/log",
"description": "Collection of utilities of console log",
"author": "Yatendra Kushwaha <https://github.com/yatendra121>",
"version": "0.6.23",
"version": "0.6.24",
"license": "MIT",
"funding": "https://github.com/sponsors/yatendra121",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/message/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@qnx/message",
"description": "Collection of utilities of message",
"author": "Yatendra Kushwaha <https://github.com/yatendra121>",
"version": "0.6.23",
"version": "0.6.24",
"license": "MIT",
"funding": "https://github.com/sponsors/yatendra121",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/my-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@qnx/my-lib",
"version": "0.6.3",
"version": "0.6.4",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@qnx/response",
"description": "Collection of async functions for express response",
"author": "Yatendra Kushwaha <https://github.com/yatendra121>",
"version": "0.6.23",
"version": "0.6.24",
"license": "MIT",
"funding": "https://github.com/sponsors/yatendra121",
"homepage": "https://github.com/yatendra121/qnx/tree/main/packages/response",
Expand Down
2 changes: 1 addition & 1 deletion packages/winston/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@qnx/winston",
"description": "Logger instance for express error response",
"author": "Yatendra Kushwaha <https://github.com/yatendra121>",
"version": "0.6.23",
"version": "0.6.24",
"license": "MIT",
"funding": "https://github.com/sponsors/yatendra121",
"homepage": "https://github.com/yatendra121/qnx/tree/main/packages/winston",
Expand Down

0 comments on commit 6137ce7

Please sign in to comment.