chore: version to 0.10.2 (#621)

* tick version

* 0.10.2
This commit is contained in:
Miraculous Owonubi 2024-01-02 00:05:26 +03:00 committed by GitHub
parent 80d06380f4
commit 16654621de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 8 deletions

View File

@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.10.2] - 2024-01-01
- Ensure tracks maintain their order from collections to playlist file output. <https://github.com/miraclx/freyr-js/pull/569>
- Support non-latin letters in source search. <https://github.com/miraclx/freyr-js/pull/574>
- Failure to acquire an audio source is now handled gracefully. <https://github.com/miraclx/freyr-js/commit/fc2925627736f2965fbd162e457cad62d366b49e>
- Updated Apple Music access token. <https://github.com/miraclx/freyr-js/pull/610>, <https://github.com/miraclx/freyr-js/pull/583>
## [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>
@ -102,7 +109,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.1...HEAD
[unreleased]: https://github.com/miraclx/freyr-js/compare/v0.10.2...HEAD
[0.10.2]: https://github.com/miraclx/freyr-js/releases/compare/v0.10.1...v0.10.2
[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

View File

@ -234,7 +234,7 @@ Usage: freyr [options] [query...]
/ /_/ ___/ _ \/ / / / ___/
/ __/ / / __/ /_/ / /
/_/ /_/ \___/\__, /_/
/____/ v0.10.1
/____/ v0.10.2
freyr - (c) Miraculous Owonubi <omiraculous@gmail.com>
------------------------------------------------------
@ -328,7 +328,7 @@ Info:
/ /_/ ___/ _ \/ / / / ___/
/ __/ / / __/ /_/ / /
/_/ /_/ \___/\__, /_/
/____/ v0.10.1
/____/ v0.10.2
freyr - (c) Miraculous Owonubi <omiraculous@gmail.com>
-------------------------------------------------------------
@ -389,7 +389,7 @@ Checking directory permissions...[done]
/ /_/ ___/ _ \/ / / / ___/
/ __/ / / __/ /_/ / /
/_/ /_/ \___/\__, /_/
/____/ v0.10.1
/____/ v0.10.2
freyr - (c) Miraculous Owonubi <omiraculous@gmail.com>
-------------------------------------------------------------
@ -474,7 +474,7 @@ Checking directory permissions...[done]
/ /_/ ___/ _ \/ / / / ___/
/ __/ / / __/ /_/ / /
/_/ /_/ \___/\__, /_/
/____/ v0.10.1
/____/ v0.10.2
freyr - (c) Miraculous Owonubi <omiraculous@gmail.com>
-------------------------------------------------------------

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "freyr",
"version": "0.10.1",
"version": "0.10.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "freyr",
"version": "0.10.1",
"version": "0.10.2",
"license": "Apache-2.0",
"dependencies": {
"@ffmpeg/core": "^0.11.0",

View File

@ -1,6 +1,6 @@
{
"name": "freyr",
"version": "0.10.1",
"version": "0.10.2",
"description": "A versatile, service-agnostic music downloader and manager",
"exports": "./src/freyr.js",
"type": "module",