Skip to content

Commit

Permalink
Merge tag '0.4.1' into develop
Browse files Browse the repository at this point in the history
v0.4.1
  • Loading branch information
the-darc committed Sep 1, 2015
2 parents 999b5d4 + 651cc46 commit b0133ec
Show file tree
Hide file tree
Showing 6 changed files with 14 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![npm version](https://badge.fury.io/js/br-masks.svg)](http://badge.fury.io/js/br-masks)
[![Bower version](https://badge.fury.io/bo/br-masks.svg)](http://badge.fury.io/bo/br-masks)
[![Build Status](https://travis-ci.org/the-darc/br-masks.svg?branch=master)](https://travis-ci.org/the-darc/br-masks)
[![Coverage Status](https://coveralls.io/repos/the-darc/br-masks/badge.svg?branch=master)](https://coveralls.io/r/the-darc/br-masks?branch=develop)
[![Coverage Status](https://coveralls.io/repos/the-darc/br-masks/badge.svg?branch=master)](https://coveralls.io/r/the-darc/br-masks?branch=master)

A library of masks applicable to several Brazilian data like I.E., CNPJ, CPF and others

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
2 changes: 1 addition & 1 deletion 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 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 b0133ec

Please sign in to comment.