Skip to content

Commit

Permalink
Merge branch 'release/1.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
assisrafael committed Jun 7, 2015
2 parents e347940 + 7f3d527 commit ce5ab0e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name"1.5.1"></a>
### 1.5.1 (2015-06-07)

* fix npm publish steps

<a name"1.5.0"></a>
## 1.5.0 (2015-06-07)

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": "angular-input-masks",
"version": "1.5.0",
"version": "1.5.1",
"description": "Personalized and localized input masks for AngularJS",
"author": "igor.rafael@gmail.com",
"license": "MIT",
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-input-masks",
"version": "1.5.0",
"version": "1.5.1",
"description": "Personalized input masks for AngularJS",
"main": "releases/angular-input-masks-standalone.min.js",
"repository": {
Expand All @@ -10,8 +10,6 @@
"homepage": "http://github.com/assisrafael/angular-input-masks",
"scripts": {
"test": "gulp test",
"postinstall": "bower install",
"postupdate": "bower update",
"prepublish": "gulp build"
},
"keywords": [
Expand Down

0 comments on commit ce5ab0e

Please sign in to comment.