Skip to content

Commit

Permalink
v2.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsprut committed Jul 24, 2023
1 parent 1b45cad commit 651dbdb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
.github
lib
sample
website
.vitepress/cache
.vitepress/dist
docs-api
.commitlintrc.json
.eslintrc.js
.prettierrc
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-telegraf",
"version": "2.6.4",
"version": "2.7.0",
"description": "Telegraf module for NestJS",
"keywords": [
"nest",
Expand Down Expand Up @@ -80,6 +80,6 @@
"@nestjs/core": "^9.0.0 || ^10.0.0",
"reflect-metadata": "^0.1.13",
"telegraf": "^4.0.0",
"typescript": "^4.1.2 || ^5.0.2"
"typescript": "^4.1.2 || ^5.0.0"
}
}

2 comments on commit 651dbdb

@vercel
Copy link

@vercel vercel bot commented on 651dbdb Jul 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 651dbdb Jul 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nestjs-telegraf – ./

nestjs-telegraf-git-main-evilsprut.vercel.app
nestjs-telegraf-evilsprut.vercel.app
nestjs-telegraf.vercel.app

Please sign in to comment.