We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1a4f5 commit c87ca63Copy full SHA for c87ca63
history.md
@@ -1,3 +1,8 @@
1
+
2
3
+## v1.0.5 / November 18, 2015
4
+- resolve #3 - trailing slash after `watch` (e.g. youtube.com/watch/?v=v2ifWcnQs6M)
5
6
## v1.0.4 / December 15, 2014
7
- moved to [regexps org][regexps-url]
8
package.json
@@ -1,7 +1,7 @@
{
"name": "youtube-regex",
"description": "The correct Youtube video id regex! Regex done right!",
- "version": "1.0.4",
+ "version": "1.0.5",
"scripts": {
"test": "npm install && node_modules/.bin/mocha",
"test-cov": "npm install && node_modules/.bin/istanbul cover node_modules/.bin/_mocha",
0 commit comments