Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Commit

Permalink
release: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed May 6, 2022
1 parent 614504b commit adadf8b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.3.0 (2022-05-06)

- BREAKING: The `client` param of `archiveChannel()` has been removed - it was unused.
- `archiveChannel()` now takes an optional `ignoreSuppliedMessages` param (a boolean, defaulting to `true`) - this determines whether to ignore the first message passed to the function (the second message, `botMsg`, will always be ignored.)

# v0.2.0 (2022-05-01)

- BREAKING: `archive()` has been renamed to `archiveChannel()`, and now returns an object instead of a string.
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": "revchiver",
"version": "0.2.0",
"version": "0.3.0",
"description": "Archiving library for Revolt.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit adadf8b

Please sign in to comment.