Skip to content

Commit

Permalink
Merge branch 'release/0.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
the-darc committed Sep 1, 2015
2 parents cb5e8b3 + daf3f81 commit 651cc46
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name"0.4.1"></a>
### 0.4.1 (2015-09-01)


#### Bug Fixes

* **package.json:** remove postinstall script ([999b5d49](http://github.com/the-darc/br-masks/commit/999b5d49))


<a name"0.4.0"></a>
## 0.4.0 (2015-05-15)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "br-masks",
"version": "0.4.0",
"version": "0.4.1",
"description": "A library of masks applicable to several Brazilian data like I.E., CNPJ, CPF and others",
"homepage": "http://github.com/the-darc/br-masks",
"repository": {
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "br-masks",
"version": "0.4.0",
"version": "0.4.1",
"description": "A library of masks applicable to several Brazilian data like I.E., CNPJ, CPF and others",
"id": "/br-masks",
"main": "releases/br-masks.js",
Expand All @@ -14,7 +14,6 @@
},
"scripts": {
"test": "gulp test-coverage",
"postinstall": "bower install && gulp build",
"postupdate": "bower update"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion releases/br-masks-standalone.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
/**
* br-masks
* A library of masks applicable to several Brazilian data like I.E., CNPJ, CPF and others
* @version v0.4.0
* @version v0.4.1
* @link http://github.com/the-darc/br-masks
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion releases/br-masks.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* br-masks
* A library of masks applicable to several Brazilian data like I.E., CNPJ, CPF and others
* @version v0.4.0
* @version v0.4.1
* @link http://github.com/the-darc/br-masks
* @license MIT
*/
Expand Down

0 comments on commit 651cc46

Please sign in to comment.