Skip to content

Commit

Permalink
Merge pull request #1 from djdembeck/develop
Browse files Browse the repository at this point in the history
chore: 🚧 initial commit
  • Loading branch information
djdembeck committed Sep 28, 2021
2 parents fc2f236 + 9f67552 commit af8dab8
Show file tree
Hide file tree
Showing 10 changed files with 1,286 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"conventionalCommits.scopes": [
"search",
"update"
]
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

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.

## 0.1.0 (2021-09-28)


### Features

* **search:** :sparkles: rewrite search with pure API ([995b423](https://github.com/djdembeck/Audnexus.bundle/commit/995b423b66a804870411e3bf8156dbe82ab72622))


### Bug Fixes

* :bug: only support us region for now ([a48f398](https://github.com/djdembeck/Audnexus.bundle/commit/a48f398a0f3b8000e1b115d0aae0fb5f4a7937e7))
* :bug: remove trailing line break ([faaa980](https://github.com/djdembeck/Audnexus.bundle/commit/faaa980ef986b506aaea44e1bad9fac0a3158fbe))
* **search:** :bug: Only append results which have valid keys ([2361406](https://github.com/djdembeck/Audnexus.bundle/commit/2361406703f4dd49a47211350a46807cb97094bd))
* **update:** :bug: set thumb to blank, in case api returns no thumb ([3f06e92](https://github.com/djdembeck/Audnexus.bundle/commit/3f06e9293280367cf8605d993f5966271e2493e6))

0 comments on commit af8dab8

Please sign in to comment.