Skip to content

Commit

Permalink
release v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0x467 committed Jun 25, 2024
1 parent 02be3a0 commit 9cece54
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineConfig({
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Docs', link: '/' },
{ text: 'API (typedoc)', link: 'https://nestjs-telegraf-api.vercel.app' }
{ text: 'API (typedoc)', link: 'https://nestjs-telegraf-api.pages.dev/' }
],

sidebar: [
Expand Down Expand Up @@ -40,7 +40,7 @@ export default defineConfig({
],

socialLinks: [
{ icon: 'github', link: 'https://github.com/evilsprut/nestjs-telegraf' }
{ icon: 'github', link: 'https://github.com/0x467/nestjs-telegraf' }
]
}
})
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 - present Aleksandr Bukhalo ([email protected])
Copyright (c) 2019 - present 0x467 ([email protected])

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NestJS Telegraf ![npm](https://img.shields.io/npm/dm/nestjs-telegraf) ![GitHub last commit](https://img.shields.io/github/last-commit/bukhalo/nestjs-telegraf) ![NPM](https://img.shields.io/npm/l/nestjs-telegraf)
# NestJS Telegraf ![npm](https://img.shields.io/npm/dm/nestjs-telegraf) ![GitHub last commit](https://img.shields.io/github/last-commit/0x467/nestjs-telegraf) ![NPM](https://img.shields.io/npm/l/nestjs-telegraf)

<img align="right" width="95" height="148" title="NestJS logotype"
src="https://nestjs.com/img/logo-small.svg">
Expand Down
3 changes: 2 additions & 1 deletion package-lock.json

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

11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-telegraf",
"version": "2.7.0",
"version": "2.8.0",
"description": "Telegraf module for NestJS",
"keywords": [
"nest",
Expand All @@ -14,14 +14,13 @@
"bot api",
"bot framework"
],
"homepage": "https://nestjs-telegraf.vercel.app",
"homepage": "https://nestjs-telegraf.0x467.com/",
"bugs": {
"url": "https://github.com/evilsprut/nestjs-telegraf/issues"
"url": "https://github.com/0x467/nestjs-telegraf/issues"
},
"repository": "[email protected]:evilsprut/nestjs-telegraf.git",
"funding": "https://hypeer.company/donate",
"repository": "[email protected]:0x467/nestjs-telegraf.git",
"license": "MIT",
"author": "Aleksandr Bukhalo <[email protected]>",
"author": "0x467 <[email protected]>",
"contributors": [
{
"name": "Arthur Asimov",
Expand Down

0 comments on commit 9cece54

Please sign in to comment.