diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cfb93d4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# v1.0.1 + +* strip HTML tags from captions diff --git a/package.json b/package.json index 2e62eee..be68aed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youtube-captions-scraper", - "version": "1.0.0", + "version": "1.0.1", "description": "Scrap youtube auto-generated captions", "main": "dist/index.js", "author": {