Skip to content

Commit af3934c

Browse files
author
Rui Marinho
committed
Release 0.0.5
1 parent 4816cb9 commit af3934c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Changelog
22

3+
### 0.0.5 / 2015-05-24
4+
- [#14](https://github.com/seegno/validator.js-asserts/pull/14) Use travis container infrastructure (@ruimarinho)
5+
- [#12](https://github.com/seegno/validator.js-asserts/pull/12) Add URI assert (@nunofgs)
6+
- [#13](https://github.com/seegno/validator.js-asserts/pull/13) Replace ISO 3166-1 country assert source (@ruimarinho)
7+
38
### 0.0.4 / 2015-01-16
49
- [#7](https://github.com/seegno/validator.js-asserts/pull/7) Update bignumber.js version (@fixe)
510

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "validator.js-asserts",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "A set of extra asserts for validator.js.",
55
"main": "index.js",
66
"directories": {
@@ -40,9 +40,6 @@
4040
"url": "https://github.com/seegno/validator.js-asserts/issues"
4141
},
4242
"homepage": "http://seegno.github.io/validator.js-asserts/",
43-
"engines": {
44-
"node": ">= 0.10"
45-
},
4643
"dependencies": {
4744
"URIjs": "^1.15.1",
4845
"bignumber.js": "^2.0.7",

0 commit comments

Comments
 (0)