Skip to content

Commit

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

## [Unreleased]

## [0.6.0] - 2021-02-21

- All dependencies updated.
- Support `"single"` specification in `"type"` filter. <https://github.com/miraclx/freyr-js/pull/124>
- Address hanging problem on exit. <https://github.com/miraclx/freyr-js/pull/125>
Expand All @@ -24,5 +26,6 @@ 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.5.0...HEAD
[unreleased]: https://github.com/miraclx/freyr-js/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/miraclx/freyr-js/releases/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/miraclx/freyr-js/releases/tag/v0.5.0
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.5.0",
"version": "0.6.0",
"description": "A versatile, service-agnostic music downloader and manager",
"main": "src/freyr.js",
"scripts": {
Expand Down

0 comments on commit b2d8d9a

Please sign in to comment.