Skip to content

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sandervspl committed May 1, 2024
1 parent c411559 commit 9c82f96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions apps/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

### Minor Changes

- 63d0716: Add support for new server
Fix crafting price
Improve error for item not found
- Add support for new server
- Fix crafting price
- Improve error for item not found
- Add wowhead.com/cata support

## 5.0.0

Expand Down
4 changes: 2 additions & 2 deletions apps/extension/src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Auctionoton: Auction House Prices for Wowhead",
"version": "5.0.0",
"version": "5.1.0",
"description": "Display current Auction House price data for items on wowhead.com",
"content_scripts": [
{
Expand Down Expand Up @@ -81,4 +81,4 @@
"id": "[email protected]"
}
}
}
}

0 comments on commit 9c82f96

Please sign in to comment.