Skip to content

Commit

Permalink
chore(release): new version 1.14.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Stormix committed Sep 30, 2023
1 parent 14776bb commit c302025
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 10 deletions.
11 changes: 11 additions & 0 deletions 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.

# 1.14.0 (2023-09-30)


### Features

* end stream reward ([14776bb](https://github.com/Stormix/bot/commit/14776bb1d0fd6c6c0063d70884abf9733ad65775))





## 1.13.3 (2023-09-11)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"npmClient": "pnpm",
"version": "1.13.3",
"version": "1.14.0",
"command": {
"publish": {
"message": "chore(release): new version %s [skip ci]"
Expand Down
11 changes: 11 additions & 0 deletions packages/bot/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.

# 1.14.0 (2023-09-30)


### Features

* end stream reward ([14776bb](https://github.com/Stormix/bot/commit/14776bb1d0fd6c6c0063d70884abf9733ad65775))





## 1.13.3 (2023-09-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/bot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bot/bot",
"version": "1.13.3",
"version": "1.14.0",
"main": "dist/index.js",
"author": "Anas Mazouni",
"license": "MIT",
Expand Down Expand Up @@ -37,7 +37,7 @@
"typescript": "^5.0.2"
},
"dependencies": {
"@bot/language": "workspace:^1.13.3",
"@bot/language": "workspace:^1.14.0",
"@prisma/client": "^5.2.0",
"@sentry/node": "^7.45.0",
"@sentry/profiling-node": "^0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bot/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by genversion.
export const version = '1.13.3';
export const version = '1.14.0';
11 changes: 11 additions & 0 deletions packages/language/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.

# 1.14.0 (2023-09-30)


### Features

* end stream reward ([14776bb](https://github.com/Stormix/bot/commit/14776bb1d0fd6c6c0063d70884abf9733ad65775))





## 1.13.3 (2023-09-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/language/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bot/language",
"version": "1.13.3",
"version": "1.14.0",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit c302025

Please sign in to comment.