diff --git a/CHANGELOG.md b/CHANGELOG.md index 33b8156..ba9b7b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +### 0.4.1 (2015-09-01) + + +#### Bug Fixes + +* **package.json:** remove postinstall script ([999b5d49](http://github.com/the-darc/br-masks/commit/999b5d49)) + + ## 0.4.0 (2015-05-15) diff --git a/README.md b/README.md index fa23fec..20dc293 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/bower.json b/bower.json index 11c4891..c9189c0 100644 --- a/bower.json +++ b/bower.json @@ -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": { diff --git a/package.json b/package.json index 78c0a2a..449d475 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/releases/br-masks-standalone.js b/releases/br-masks-standalone.js index af5083d..3a6c363 100644 --- a/releases/br-masks-standalone.js +++ b/releases/br-masks-standalone.js @@ -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 */ diff --git a/releases/br-masks.js b/releases/br-masks.js index 58e4464..b15fe9e 100644 --- a/releases/br-masks.js +++ b/releases/br-masks.js @@ -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 */