Skip to content

Commit

Permalink
bump: v10.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto authored Dec 19, 2023
1 parent 4e0e0fc commit e5716b2
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 10 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v10.4.0 (2023-12-19)
<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### Other Changes
* chore(deps): update dependency @9renpoto/tsconfig to v7.7.4 by @renovate in https://github.com/g59/nestjs-plugins/pull/1760
* Delete .github/renovate.json by @9renpoto in https://github.com/g59/nestjs-plugins/pull/1761
* chore(deps-dev): bump @google-cloud/storage from 7.6.0 to 7.7.0 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1764
* chore(deps-dev): bump lint-staged from 15.1.0 to 15.2.0 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1765
* chore(deps-dev): bump @types/jest from 29.5.10 to 29.5.11 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1766


**Full Changelog**: https://github.com/g59/nestjs-plugins/compare/v10.3.0...v10.4.0
## v10.3.0 (2023-11-23)
<!-- Release notes generated using configuration in .github/release.yml at main -->

Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "10.3.0",
"version": "10.4.0",
"private": true,
"description": "nestjs-plugins examples",
"license": "MIT",
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/nestjs-firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-firebase",
"version": "10.3.0",
"version": "10.4.0",
"description": "@nestjs with firebase",
"license": "MIT",
"homepage": "https://github.com/g59/nestjs-plugins/tree/main/packages/nestjs-firebase",
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs-graphql-relay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-graphql-relay",
"version": "10.3.0",
"version": "10.4.0",
"description": "@nestjs/graphql + graphql-relay + typeorm",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs-slack-webhook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-slack-webhook",
"version": "10.3.0",
"version": "10.4.0",
"description": "Nest.js + slack-webhook",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs-zendesk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-zendesk",
"version": "10.3.0",
"version": "10.4.0",
"description": "",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit e5716b2

Please sign in to comment.