From cd4bd96456ba48a120ccc3aa9f6b7f9af3a80503 Mon Sep 17 00:00:00 2001 From: Valmisson Grizorte Date: Fri, 15 Oct 2021 18:49:58 -0300 Subject: [PATCH] v1.0.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7e831bb --- /dev/null +++ b/CHANGELOG.md @@ -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)) + + + diff --git a/package.json b/package.json index 9da2e3d..7d3e201 100644 --- a/package.json +++ b/package.json @@ -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",