diff --git a/CHANGELOG.md b/CHANGELOG.md index 878c43c..bfd9aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v1.0.3](https://github.com/hifiwi-fi/bc-dlp/compare/v1.0.2...v1.0.3) +## [v1.0.4](https://github.com/hifiwi-fi/bc-dlp/compare/v1.0.3...v1.0.4) + +### Merged + +- fixed typos in readme.md [`#19`](https://github.com/hifiwi-fi/bc-dlp/pull/19) +- Bump p-temporary-directory from 1.1.1 to 2.0.1 [`#18`](https://github.com/hifiwi-fi/bc-dlp/pull/18) +- Bump octokit from 2.1.0 to 3.0.0 [`#17`](https://github.com/hifiwi-fi/bc-dlp/pull/17) +- Bump yt-dlp from 2023.6.22 to 2023.7.6 [`#16`](https://github.com/hifiwi-fi/bc-dlp/pull/16) +- Bump yt-dlp from 2023.3.4 to 2023.6.21 [`#14`](https://github.com/hifiwi-fi/bc-dlp/pull/14) +- Bump c8 from 7.14.0 to 8.0.0 [`#13`](https://github.com/hifiwi-fi/bc-dlp/pull/13) +- Bump yt-dlp from 2023.2.17 to 2023.3.4 [`#12`](https://github.com/hifiwi-fi/bc-dlp/pull/12) +- Bump coverallsapp/github-action from 1 to 2 [`#11`](https://github.com/hifiwi-fi/bc-dlp/pull/11) +- Bump coverallsapp/github-action from 1.2.3 to 1.2.4 [`#10`](https://github.com/hifiwi-fi/bc-dlp/pull/10) +- Bump coverallsapp/github-action from 1.2.2 to 1.2.3 [`#9`](https://github.com/hifiwi-fi/bc-dlp/pull/9) +- Bump coverallsapp/github-action from 1.2.0 to 1.2.2 [`#8`](https://github.com/hifiwi-fi/bc-dlp/pull/8) +- Bump coverallsapp/github-action from 1.1.3 to 1.2.0 [`#7`](https://github.com/hifiwi-fi/bc-dlp/pull/7) +- Bump yt-dlp from 2023.1.6 to 2023.2.17 [`#6`](https://github.com/hifiwi-fi/bc-dlp/pull/6) + +### Commits + +- fix: correct named import in readme.md [`8b1ee46`](https://github.com/hifiwi-fi/bc-dlp/commit/8b1ee4627af8eabeffc1ac5fa19654622c777cbd) +- fix: correct field name for readStream [`8ec7229`](https://github.com/hifiwi-fi/bc-dlp/commit/8ec7229f642a1dc852bc8f325beb7cff51117b2c) +- Merge pull request #15 from hifiwi-fi/dependabot/pip/yt-dlp-2023.6.22 [`a7c1c2d`](https://github.com/hifiwi-fi/bc-dlp/commit/a7c1c2d045ff99296f19b4bb7ebeff38e314ae78) + +## [v1.0.3](https://github.com/hifiwi-fi/bc-dlp/compare/v1.0.2...v1.0.3) - 2023-02-19 ### Merged diff --git a/package.json b/package.json index 78aefc6..e1e87a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bc-dlp", - "version": "1.0.3", + "version": "1.0.4", "description": "Wrapper around yt-dlp with a few utilities for downloading the latest version for breadcrum.net", "files": [ "*.js",