Skip to content

Commit 50f18f1

Browse files
committed
v4.3.0
1 parent 9223ca0 commit 50f18f1

File tree

4 files changed

+51
-51
lines changed

4 files changed

+51
-51
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "4.2.0"
4+
"version": "4.3.0"
55
}

package-lock.json

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

packages/main/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codebam/cf-workers-telegram-bot",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "serverless telegram bot on cf workers",
55
"main": "./dist/main/src/main.js",
66
"module": "./dist/main/src/main.js",
@@ -29,7 +29,7 @@
2929
"url": "https://github.com/codebam/cf-workers-telegram-bot.git"
3030
},
3131
"dependencies": {
32-
"worker": "^4.1.0"
32+
"worker": "^4.3.0"
3333
},
3434
"devDependencies": {
3535
"@cloudflare/workers-types": "^4.20230221.0",

packages/worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "worker",
3-
"version": "4.1.0",
3+
"version": "4.3.0",
44
"private": true,
55
"description": "serverless telegram bot on cf workers",
66
"main": "./dist/worker.mjs",

0 commit comments

Comments
 (0)