Skip to content

Commit

Permalink
Merge pull request #64 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.9
  • Loading branch information
PetroVoronov authored Oct 16, 2024
2 parents 927c5d9 + 5f4ef17 commit e592a81
Show file tree
Hide file tree
Showing 5 changed files with 15 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.8"
".": "1.6.9"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.6.9](https://github.com/PetroVoronov/telegram-forward-user-bot/compare/v1.6.8...v1.6.9) (2024-10-16)

### Miscellaneous Chores

* **deps-dev:** Bump @babel/core from 7.25.7 to 7.25.8 ([19048f5](https://github.com/PetroVoronov/telegram-forward-user-bot/commit/19048f55800e798a247d0d49398300ed9209c370))
* **deps-dev:** Bump @babel/eslint-parser from 7.25.7 to 7.25.8 ([ccf76f7](https://github.com/PetroVoronov/telegram-forward-user-bot/commit/ccf76f73b4729763800b42f79d721af994d8a396))
* **deps-dev:** Bump globals from 15.10.0 to 15.11.0 ([d6d86b5](https://github.com/PetroVoronov/telegram-forward-user-bot/commit/d6d86b516e6b1bfb83745b1277bcba7feaf112fc))
* **deps:** Bump telegram-menu-from-structure from 1.3.5 to 1.3.6 ([08f4920](https://github.com/PetroVoronov/telegram-forward-user-bot/commit/08f4920de95c599dd50f0809ff85e2f0b00b835c))
* **deps:** update telegram-menu-from-structure to version 1.3.7 ([927c5d9](https://github.com/PetroVoronov/telegram-forward-user-bot/commit/927c5d9f670b757d72feb3ff81e1b263d6e358c7))

## [1.6.8](https://github.com/PetroVoronov/telegram-forward-user-bot/compare/v1.6.7...v1.6.8) (2024-10-09)

### Miscellaneous Chores
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.8",
"version": "1.6.9",
"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.8' // x-release-please-version
exports.version = '1.6.9' // x-release-please-version

0 comments on commit e592a81

Please sign in to comment.