Skip to content

Commit

Permalink
Merge pull request #51 from PetroVoronov/release-please--branches--ma…
Browse files Browse the repository at this point in the history
…in--components--telegram-forward-user-bot

build(main): release 1.6.3
  • Loading branch information
PetroVoronov authored Oct 4, 2024
2 parents 0344b9c + 90327f6 commit ab08f03
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.6.2"
".": "1.6.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.6.3](https://github.com/PetroVoronov/telegram-forward-user-bot/compare/v1.6.2...v1.6.3) (2024-10-04)


### Documentation

* Fix CHANGELOG.md ([0344b9c](https://github.com/PetroVoronov/telegram-forward-user-bot/commit/0344b9c3b5cc047ae493ea14f6afec18f38b1d15))

## [1.6.2](https://github.com/PetroVoronov/telegram-forward-user-bot/compare/v1.6.1...v1.6.2) (2024-10-04)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "telegram-forward-user-bot",
"version": "1.6.2",
"version": "1.6.3",
"description": "A Telegram \"bot\" working as user, using MTProto via [gramjs](https://github.com/gram-js/gramjs), to forward messages between chats/groups/channels. Configurable via Bot menu.",
"main": "src/index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
exports.name = 'telegram-forward-user-bot'
exports.version = '1.6.2' // x-release-please-version
exports.version = '1.6.3' // x-release-please-version

0 comments on commit ab08f03

Please sign in to comment.