Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valmisson committed Oct 15, 2021
1 parent 73b4c60 commit cd4bd96
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 1.0.0 (2021-10-15)


### Features

* add data fetch function ([5be7ad8](https://github.com/valmisson/ytubes/commit/5be7ad86e04fb0804db8fc902d604a29ad92b28e))
* add functions `getVideos, getPlaylist, getChannel, getMovie, getLive` ([034c4dc](https://github.com/valmisson/ytubes/commit/034c4dca57279cbdf4490589bcaa96f958c070e4))
* add option `max` on search function ([bf490f4](https://github.com/valmisson/ytubes/commit/bf490f4673ae44e3381da96a20fd4d60bea1391a))
* add search function ([29c080a](https://github.com/valmisson/ytubes/commit/29c080ad195c7bbb254d7efc990318d1fda81e74))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ytubes",
"version": "0.0.1",
"version": "1.0.0",
"description": "Search for videos, playlist, channel, movie and live on youtube without api key.",
"author": "Valmisson Grizorte",
"license": "MIT",
Expand Down

0 comments on commit cd4bd96

Please sign in to comment.