Skip to content

Commit f541f5c

Browse files
chore: Publish release
- @discord-nestjs/common@5.3.2 - @discord-nestjs/core@5.5.1 - @discord-nestjs/schematics@0.5.1
1 parent 9b3d9d3 commit f541f5c

7 files changed

Lines changed: 26 additions & 12 deletions

File tree

package-lock.json

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

packages/common/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.3.2](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/common@5.3.1...@discord-nestjs/common@5.3.2) (2025-01-22)
7+
8+
**Note:** Version bump only for package @discord-nestjs/common
9+
610
## [5.3.1](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/common@5.3.0...@discord-nestjs/common@5.3.1) (2024-12-19)
711

812
**Note:** Version bump only for package @discord-nestjs/common

packages/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@discord-nestjs/common",
3-
"version": "5.3.1",
3+
"version": "5.3.2",
44
"description": "Common module",
55
"author": "fjodor-rybakov",
66
"license": "MIT",
@@ -44,7 +44,7 @@
4444
"rxjs": "^7.*"
4545
},
4646
"devDependencies": {
47-
"@discord-nestjs/core": "^5.5.0",
47+
"@discord-nestjs/core": "^5.5.1",
4848
"@nestjs/cli": "^11.0.2",
4949
"@nestjs/common": "^11.0.4",
5050
"@nestjs/core": "^11.0.4",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.1](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/core@5.5.0...@discord-nestjs/core@5.5.1) (2025-01-22)
7+
8+
### Bug Fixes
9+
10+
- add throw error if decorator is not set ([e0a5207](https://github.com/fjodor-rybakov/discord-nestjs/commit/e0a52077349931495af04bc8190b59981a8b1506))
11+
612
# [5.5.0](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/core@5.4.0...@discord-nestjs/core@5.5.0) (2024-12-19)
713

814
### Features

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@discord-nestjs/core",
3-
"version": "5.5.0",
3+
"version": "5.5.1",
44
"description": "Core module",
55
"author": "fjodor-rybakov",
66
"license": "MIT",

packages/schematics/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.5.1](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/schematics@0.5.0...@discord-nestjs/schematics@0.5.1) (2025-01-22)
7+
8+
**Note:** Version bump only for package @discord-nestjs/schematics
9+
610
# [0.5.0](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/schematics@0.4.14...@discord-nestjs/schematics@0.5.0) (2024-12-19)
711

812
### Features

packages/schematics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@discord-nestjs/schematics",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Schematics for discord-nestjs",
55
"author": "fjodor-rybakov",
66
"license": "MIT",

0 commit comments

Comments
 (0)