Skip to content

Commit

Permalink
chore(main): release 0.1.2 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
whizzzkid authored Dec 18, 2022
1 parent b72b84b commit a450bac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## What's Changed
* fix: handling video load error by @whizzzkid in https://github.com/whizzzkid/yt-dl-ipfs/pull/21
* fix: import order by @whizzzkid in https://github.com/whizzzkid/yt-dl-ipfs/pull/22


**Full Changelog**: https://github.com/whizzzkid/yt-dl-ipfs/compare/v0.1.1...v0.1.2

## Changelog

## What's Changed
* fix: automatic releases - going forward by @whizzzkid in https://github.com/whizzzkid/yt-dl-ipfs/pull/15
* feat: Implemented error handling + loop by @whizzzkid in https://github.com/whizzzkid/yt-dl-ipfs/pull/16
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": "yt-dl-ipfs",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"dependencies": {
"figlet": "1.5.2",
Expand Down

0 comments on commit a450bac

Please sign in to comment.