Skip to content

Commit

Permalink
chore: Publish release
Browse files Browse the repository at this point in the history
 - @discord-nestjs/common@4.0.3
 - @discord-nestjs/core@4.1.0
  • Loading branch information
fjodor-rybakov committed Jul 29, 2022
1 parent 9f694a6 commit 9fde574
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.3](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/common@4.0.2...@discord-nestjs/common@4.0.3) (2022-07-29)

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





## [4.0.2](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/common@4.0.1...@discord-nestjs/common@4.0.2) (2022-07-20)

**Note:** Version bump only for package @discord-nestjs/common
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord-nestjs/common",
"version": "4.0.2",
"version": "4.0.3",
"description": "Common module",
"author": "fjodor-rybakov",
"license": "MIT",
Expand Down Expand Up @@ -44,7 +44,7 @@
"rxjs": "^7.*"
},
"devDependencies": {
"@discord-nestjs/core": "^4.0.2",
"@discord-nestjs/core": "^4.1.0",
"@nestjs/common": "^9.0.5",
"@nestjs/core": "^9.0.5",
"discord.js": "^14.0.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.1.0](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/core@4.0.2...@discord-nestjs/core@4.1.0) (2022-07-29)


### Features

* Add failOnLogin option ([5d4d690](https://github.com/fjodor-rybakov/discord-nestjs/commit/5d4d69020aa4a7d24e0686a91568f5a4443f3dcd))





## [4.0.2](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/core@4.0.1...@discord-nestjs/core@4.0.2) (2022-07-20)

**Note:** Version bump only for package @discord-nestjs/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord-nestjs/core",
"version": "4.0.2",
"version": "4.1.0",
"description": "Core module",
"author": "fjodor-rybakov",
"license": "MIT",
Expand Down

0 comments on commit 9fde574

Please sign in to comment.