Skip to content

Commit

Permalink
Bump version and update changelog.json
Browse files Browse the repository at this point in the history
  • Loading branch information
prathercc committed Feb 24, 2025
1 parent 2e50cc5 commit 078fc53
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "discrub-ext",
"private": true,
"version": "1.12.5",
"version": "1.12.6",
"type": "module",
"scripts": {
"clean_prod_manifest": "cat <<< $(jq 'del(.use_dynamic_url, .web_accessible_resources[].use_dynamic_url)' dist/manifest.json) > dist/manifest.json",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"short_name": "Discrub",
"name": "Discrub",
"version": "1.12.5",
"version": "1.12.6",
"description": "A data manipulation and export tool for Discord.",
"manifest_version": 3,
"permissions": ["storage"],
Expand Down
7 changes: 7 additions & 0 deletions src/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"version": "1.12.6",
"changes": [
"Resolve issue with Purge after reaching max search offset of 5000.",
"Prevent message skips during Purge process."
]
},
{
"version": "1.12.5",
"changes": [
Expand Down
2 changes: 1 addition & 1 deletion src/containers/discrub-dialog/discrub-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function DiscrubDialog() {
spacing={1}
>
<Typography color="primary.main" variant="body2">
1.12.5
1.12.6
</Typography>
</Stack>
</Box>
Expand Down

0 comments on commit 078fc53

Please sign in to comment.