Skip to content

Commit b6a83b2

Browse files
author
tunnckoCore
committed
Release v2.0.3
1 parent 1a44dcf commit b6a83b2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
## v2.0.3 / May 4, 2015
4+
- Release v2.0.3 / [email protected]
5+
- remove .gitattributes
6+
- update badges, license links
7+
- rename history, readme, license to be uppercased to draw attention
8+
- apply standard code style
9+
310
## v2.0.2 / May 3, 2015
411
- Release v2.0.2 / [email protected]
512
- add related section

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mentions-regex",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "100% twitter compatible `@mentions` regex! Regular expression for matching `@username` mentions, as used on twitter, facebook, github, etc.",
55
"scripts": {
66
"test": "standard && node test.js",

0 commit comments

Comments
 (0)