Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AtoraSuunva committed Nov 15, 2021
1 parent a3971c1 commit e883989
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# booru Changelog

## 2.5.0

- Update API endpoint for r34.xxx, see https://github.com/AtoraSuunva/booru/pull/75
- Add `Booru#getSearchUrl`, meant for aiding in debugging
- You can use this to get the URL that booru would use to search, to inspect the response yourself
- Minor changes to allow VS code's Run & Debug to work, kinda
- Still needs some setup, and some refactoring to get working nicely

## 2.4.2

- Update dependencies, notably:
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": "booru",
"version": "2.4.2",
"version": "2.4.3",
"description": "Search (and do other things) on a bunch of different boorus!",
"author": "AtoraSuunva (https://github.com/AtoraSuunva/)",
"license": "MIT",
Expand Down

0 comments on commit e883989

Please sign in to comment.