Skip to content

Commit

Permalink
chore: release v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 24, 2023
1 parent bdc1919 commit fa6d399
Show file tree
Hide file tree
Showing 8 changed files with 64 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 +1 @@
{".":"1.7.0","packages/MakePDF":"1.7.0","packages/VoiceNotify":"1.7.0"}
{".":"1.7.1","packages/MakePDF":"1.7.1","packages/VoiceNotify":"1.7.1"}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.7.1](https://github.com/vpctorr/DiscordBots/compare/discordbots-v1.7.0...discordbots-v1.7.1) (2023-01-24)


### 📦 Chores

* fix eslint ([cdf0200](https://github.com/vpctorr/DiscordBots/commit/cdf0200264d05428051e1673a40e06fcb410ed5c))
* update dependencies ([cc07378](https://github.com/vpctorr/DiscordBots/commit/cc07378303480b4808e58f0bb8da3d63f1c16ff4))


### 🔨 Improvements

* add a try/catch block around stats for safety ([3be4fc4](https://github.com/vpctorr/DiscordBots/commit/3be4fc473ecede8c77be0b0e099f4d5ae8ba88a5))
* show environment info in debug ([d56be2f](https://github.com/vpctorr/DiscordBots/commit/d56be2fa98a49f170d547efa3e323e87bf96d92e))
* **vn:** fixed crashes & bot not working ([3b7ea56](https://github.com/vpctorr/DiscordBots/commit/3b7ea562742135801338371a341a9623a41406dc))


### 🚚 Integration

* update create-release.yml ([bdc1919](https://github.com/vpctorr/DiscordBots/commit/bdc19196399d6a5a6bbb7589e5b9f3167a281577))

## [1.7.0](https://github.com/vpctorr/DiscordBots/compare/discordbots-v1.6.0...discordbots-v1.7.0) (2022-05-23)


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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discordbots",
"version": "1.7.0",
"version": "1.7.1",
"type": "module",
"scripts": {
"start": "npx pm2-runtime start pm2-apps.json",
Expand Down
19 changes: 19 additions & 0 deletions packages/MakePDF/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.7.1](https://github.com/vpctorr/DiscordBots/compare/discordbots-makepdf-v1.7.0...discordbots-makepdf-v1.7.1) (2023-01-24)


### 📦 Chores

* fix eslint ([cdf0200](https://github.com/vpctorr/DiscordBots/commit/cdf0200264d05428051e1673a40e06fcb410ed5c))
* update dependencies ([cc07378](https://github.com/vpctorr/DiscordBots/commit/cc07378303480b4808e58f0bb8da3d63f1c16ff4))


### 🔨 Improvements

* add a try/catch block around stats for safety ([3be4fc4](https://github.com/vpctorr/DiscordBots/commit/3be4fc473ecede8c77be0b0e099f4d5ae8ba88a5))
* show environment info in debug ([d56be2f](https://github.com/vpctorr/DiscordBots/commit/d56be2fa98a49f170d547efa3e323e87bf96d92e))


### 🚚 Integration

* update create-release.yml ([bdc1919](https://github.com/vpctorr/DiscordBots/commit/bdc19196399d6a5a6bbb7589e5b9f3167a281577))

## [1.7.0](https://github.com/vpctorr/DiscordBots/compare/discordbots-makepdf-v1.6.0...discordbots-makepdf-v1.7.0) (2022-05-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/MakePDF/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discordbots-makepdf",
"version": "1.7.0",
"version": "1.7.1",
"type": "module",
"main": "src/makepdf.js",
"scripts": {
Expand Down
20 changes: 20 additions & 0 deletions packages/VoiceNotify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.7.1](https://github.com/vpctorr/DiscordBots/compare/discordbots-voicenotify-v1.7.0...discordbots-voicenotify-v1.7.1) (2023-01-24)


### 📦 Chores

* fix eslint ([cdf0200](https://github.com/vpctorr/DiscordBots/commit/cdf0200264d05428051e1673a40e06fcb410ed5c))
* update dependencies ([cc07378](https://github.com/vpctorr/DiscordBots/commit/cc07378303480b4808e58f0bb8da3d63f1c16ff4))


### 🔨 Improvements

* add a try/catch block around stats for safety ([3be4fc4](https://github.com/vpctorr/DiscordBots/commit/3be4fc473ecede8c77be0b0e099f4d5ae8ba88a5))
* show environment info in debug ([d56be2f](https://github.com/vpctorr/DiscordBots/commit/d56be2fa98a49f170d547efa3e323e87bf96d92e))
* **vn:** fixed crashes & bot not working ([3b7ea56](https://github.com/vpctorr/DiscordBots/commit/3b7ea562742135801338371a341a9623a41406dc))


### 🚚 Integration

* update create-release.yml ([bdc1919](https://github.com/vpctorr/DiscordBots/commit/bdc19196399d6a5a6bbb7589e5b9f3167a281577))

## [1.7.0](https://github.com/vpctorr/DiscordBots/compare/discordbots-voicenotify-v1.6.0...discordbots-voicenotify-v1.7.0) (2022-05-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/VoiceNotify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discordbots-voicenotify",
"version": "1.7.0",
"version": "1.7.1",
"type": "module",
"main": "src/voicenotify.js",
"scripts": {
Expand Down

0 comments on commit fa6d399

Please sign in to comment.