Skip to content

Commit a5c8e8e

Browse files
author
Rodrigo Solis
committed
Merge branch 'develop'
* develop: v0.1.2
2 parents 6d08cfb + 8930b65 commit a5c8e8e

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
1+
<a name="0.1.2"></a>
2+
# [0.1.2](https://github.com/sorodrigo/proxy-validator/compare/0434dd6...v0.1.2) (2017-12-27)
3+
4+
### Bug Fixes
5+
6+
* sanitize first -> validate second, makes sanitizing optional ([cba26eb](https://github.com/sorodrigo/proxy-validator/commit/cba26eb))
7+
* updates index + bumps dependencies (minify bundle) ([6c34dab](https://github.com/sorodrigo/proxy-validator/commit/6c34dab))
8+
9+
10+
### Features
11+
12+
* refactors index example to proper examples dir ([8b2ac71](https://github.com/sorodrigo/proxy-validator/commit/8b2ac71))
13+
14+
15+
116
<a name="0.1.1"></a>
2-
# [0.1.1](https://github.com/sorodrigo/proxy-validator/compare/0434dd6...v0.1.1) (2017-08-26)
17+
## [0.1.1](https://github.com/sorodrigo/proxy-validator/compare/0434dd6...v0.1.1) (2017-08-26)
18+
319

420
### Bug Fixes
521

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proxy-validator",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)