From 999b5d49d24f6d1b9b76ed2756e638f86d3ee0cd Mon Sep 17 00:00:00 2001 From: darc Date: Tue, 1 Sep 2015 13:57:28 -0300 Subject: [PATCH 1/2] fix(package.json): remove postinstall script --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 22b514a..78c0a2a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,6 @@ }, "scripts": { "test": "gulp test-coverage", - "postinstall": "bower install && gulp build", "postupdate": "bower update" }, "keywords": [ From daf3f816dca89f36e24939a2c2fe80d66b1c34ae Mon Sep 17 00:00:00 2001 From: darc Date: Tue, 1 Sep 2015 14:03:02 -0300 Subject: [PATCH 2/2] chore: relase v0.4.1 --- CHANGELOG.md | 9 +++++++++ bower.json | 2 +- package.json | 2 +- releases/br-masks-standalone.js | 2 +- releases/br-masks.js | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) 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/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 */