Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
* develop:
  v0.1.3
  fix: publishing to npm error
  • Loading branch information
Rodrigo Solis committed Dec 27, 2017
2 parents 8894772 + eeccefd commit 9b258fe
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.idea
.babelrc
.eslintrc.js
.editorconfig
.eslintignore
.eslintignore
examples/**
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.1.3"></a>
## [0.1.3](https://github.com/sorodrigo/proxy-validator/compare/v0.1.2...v0.1.3) (2017-12-27)


### Bug Fixes

* publishing to npm error ([8117dc3](https://github.com/sorodrigo/proxy-validator/commit/8117dc3))



<a name="0.1.2"></a>
# [0.1.2](https://github.com/sorodrigo/proxy-validator/compare/v0.1.1...v0.1.2) (2017-12-27)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proxy-validator",
"version": "0.1.2",
"version": "0.1.3",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 9b258fe

Please sign in to comment.