Skip to content

Commit

Permalink
chore: version to 0.10.1 (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
miraclx authored Aug 8, 2023
1 parent 8c57292 commit ff92b47
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.1] - 2023-08-08

- Added support for Apple Music song URLs - `https://music.apple.com/us/song/1699712652`. <https://github.com/miraclx/freyr-js/pull/552>
- Embed a locale in the URLs generated from parsing Deezer URLs. <https://github.com/miraclx/freyr-js/pull/553>

## [0.10.0] - 2023-08-08

- Changed Spotify credentials, introduced migrations to mitigate any complications. <https://github.com/miraclx/freyr-js/pull/454>, <https://github.com/miraclx/freyr-js/pull/470>, <https://github.com/miraclx/freyr-js/pull/526>
Expand Down Expand Up @@ -97,7 +102,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

> Release Page: <https://github.com/miraclx/freyr-js/releases/tag/v0.5.0>
[unreleased]: https://github.com/miraclx/freyr-js/compare/v0.10.0...HEAD
[unreleased]: https://github.com/miraclx/freyr-js/compare/v0.10.1...HEAD
[0.10.1]: https://github.com/miraclx/freyr-js/releases/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/miraclx/freyr-js/releases/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/miraclx/freyr-js/releases/compare/v0.8.1...v0.9.0
[0.8.1]: https://github.com/miraclx/freyr-js/releases/compare/v0.8.0...v0.8.1
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Usage: freyr [options] [query...]
/ /_/ ___/ _ \/ / / / ___/
/ __/ / / __/ /_/ / /
/_/ /_/ \___/\__, /_/
/____/ v0.10.0
/____/ v0.10.1

freyr - (c) Miraculous Owonubi <[email protected]>
------------------------------------------------------
Expand Down Expand Up @@ -328,7 +328,7 @@ Info:
/ /_/ ___/ _ \/ / / / ___/
/ __/ / / __/ /_/ / /
/_/ /_/ \___/\__, /_/
/____/ v0.10.0
/____/ v0.10.1

freyr - (c) Miraculous Owonubi <[email protected]>
-------------------------------------------------------------
Expand Down Expand Up @@ -389,7 +389,7 @@ Checking directory permissions...[done]
/ /_/ ___/ _ \/ / / / ___/
/ __/ / / __/ /_/ / /
/_/ /_/ \___/\__, /_/
/____/ v0.10.0
/____/ v0.10.1

freyr - (c) Miraculous Owonubi <[email protected]>
-------------------------------------------------------------
Expand Down Expand Up @@ -474,7 +474,7 @@ Checking directory permissions...[done]
/ /_/ ___/ _ \/ / / / ___/
/ __/ / / __/ /_/ / /
/_/ /_/ \___/\__, /_/
/____/ v0.10.0
/____/ v0.10.1

freyr - (c) Miraculous Owonubi <[email protected]>
-------------------------------------------------------------
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": "freyr",
"version": "0.10.0",
"version": "0.10.1",
"description": "A versatile, service-agnostic music downloader and manager",
"exports": "./src/freyr.js",
"type": "module",
Expand Down

0 comments on commit ff92b47

Please sign in to comment.