Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit f1cc5ab

Browse files
committed
chore(release): 3.17.9
1 parent 6589d30 commit f1cc5ab

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
5555
permissions:
5656
contents: read
57-
packages: write
57+
packages: read
5858
steps:
5959
- name: Log in to the Container registry
6060
run: echo ${{ secrets.GITHUB_TOKEN }} | sudo docker login ghcr.io -u ${{ github.actor }} --password-stdin

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [3.17.9](https://github.com/Discord-InterChat/InterChat/compare/v3.17.8...v3.17.9) (2024-03-17)
6+
57
### [3.17.8](https://github.com/Discord-InterChat/InterChat/compare/v3.17.7...v3.17.8) (2024-03-17)
68

79

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interchat",
3-
"version": "3.17.8",
3+
"version": "3.17.9",
44
"description": "A growing Discord bot which provides inter-server chat!",
55
"main": "build/index.js",
66
"license": "GPL-3.0-or-later",
@@ -35,7 +35,6 @@
3535
"lz-string": "^1.5.0",
3636
"nsfwjs": "^3.0.0",
3737
"parse-duration": "^1.1.0",
38-
"pm2": "^5.3.1",
3938
"sharp": "^0.33.2",
4039
"source-map-support": "^0.5.21",
4140
"winston": "^3.12.0"

0 commit comments

Comments
 (0)