Skip to content

Commit 95a58c0

Browse files
authored
Merge pull request #2002 from g59/release-11.0.1
chore: bump v11.0.1
2 parents b85bf9e + bbf6a27 commit 95a58c0

File tree

7 files changed

+80
-10
lines changed

7 files changed

+80
-10
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## v11.0.1 (2025-10-29)
2+
<!-- Release notes generated using configuration in .github/release.yml at main -->
3+
4+
## What's Changed
5+
### Other Changes
6+
* chore(deps-dev): bump @google-cloud/storage from 7.17.0 to 7.17.1 by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1980
7+
* chore(deps-dev): bump @jest/globals from 29.7.0 to 30.1.2 by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1979
8+
* feat: remove dependency on @9renpoto/tsconfig by @9renpoto in https://github.com/g59/nestjs-plugins/pull/1982
9+
* chore(deps-dev): bump ts-jest from 29.4.1 to 29.4.4 by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1984
10+
* chore(deps-dev): bump @google-cloud/firestore from 7.11.3 to 7.11.4 by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1985
11+
* Potential fix for code scanning alert no. 12: Workflow does not contain permissions by @9renpoto in https://github.com/g59/nestjs-plugins/pull/1986
12+
* chore(deps-dev): bump @google-cloud/firestore from 7.11.4 to 7.11.6 by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1987
13+
* chore(deps-dev): bump @jest/globals from 30.1.2 to 30.2.0 by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1988
14+
* chore(deps): bump @fastify/proxy-addr from 5.0.0 to 5.1.0 by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1989
15+
* chore(deps): bump @nestjs/apollo from 13.1.0 to 13.2.1 in the nestjs group by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1991
16+
* chore(deps-dev): bump ts-jest from 29.4.4 to 29.4.5 by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1992
17+
* chore(deps-dev): bump @google-cloud/storage from 7.17.1 to 7.17.2 by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1994
18+
* chore(deps-dev): bump @as-integrations/fastify from 3.0.0 to 3.1.0 by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1993
19+
* chore(deps): bump the nestjs group with 2 updates by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1996
20+
* chore: sync example workspace versions by @9renpoto in https://github.com/g59/nestjs-plugins/pull/1998
21+
* chore(deps): bump the nestjs group with 2 updates by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1999
22+
* chore(deps-dev): bump @types/validator from 13.15.3 to 13.15.4 by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/2001
23+
* chore(deps-dev): bump dotenv-cli from 10.0.0 to 11.0.0 by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/2000
24+
* chore(deps): bump actions/setup-node from 5 to 6 by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1995
25+
26+
27+
**Full Changelog**: https://github.com/g59/nestjs-plugins/compare/v11.0.0...v11.0.1
128
## v11.0.0 (2025-09-09)
229
<!-- Release notes generated using configuration in .github/release.yml at main -->
330

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "11.0.0",
3+
"version": "11.0.1",
44
"private": true,
55
"description": "nestjs-plugins examples",
66
"license": "MIT",

package-lock.json

Lines changed: 48 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/nestjs-firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-firebase",
3-
"version": "11.0.0",
3+
"version": "11.0.1",
44
"description": "@nestjs with firebase",
55
"license": "MIT",
66
"homepage": "https://github.com/g59/nestjs-plugins/tree/main/packages/nestjs-firebase",

packages/nestjs-graphql-relay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-graphql-relay",
3-
"version": "11.0.0",
3+
"version": "11.0.1",
44
"description": "@nestjs/graphql + graphql-relay + typeorm",
55
"license": "MIT",
66
"repository": {

packages/nestjs-slack-webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-slack-webhook",
3-
"version": "11.0.0",
3+
"version": "11.0.1",
44
"description": "Nest.js + slack-webhook",
55
"license": "MIT",
66
"repository": {

packages/nestjs-zendesk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-zendesk",
3-
"version": "11.0.0",
3+
"version": "11.0.1",
44
"description": "",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)