Skip to content

Commit c87ca63

Browse files
author
tunnckoCore
committed
Release v1.0.5
1 parent ed1a4f5 commit c87ca63

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

history.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## v1.0.4 / December 15, 2014
27
- moved to [regexps org][regexps-url]
38

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "youtube-regex",
33
"description": "The correct Youtube video id regex! Regex done right!",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"scripts": {
66
"test": "npm install && node_modules/.bin/mocha",
77
"test-cov": "npm install && node_modules/.bin/istanbul cover node_modules/.bin/_mocha",

0 commit comments

Comments
 (0)