Skip to content

Commit

Permalink
Merge pull request #148 from lvarayut/master
Browse files Browse the repository at this point in the history
Bump version to 1.3.3
  • Loading branch information
Huei Tan committed Oct 31, 2015
2 parents 64be972 + 4aab3b7 commit 2be4f50
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
31 Oct 2015 v1.3.3
===

**Improvement**

[00ce51c](https://github.com/huei90/angular-validation/commit/00ce51cb85c21a7699c7faecc4a173e0834daadb) Updated `travis.yml`
<br/>[6f9403d](https://github.com/huei90/angular-validation/pull/143) Added the `package.js` in order to support Meteor package
<br/>[a872d4c](https://github.com/huei90/angular-validation/pull/147) Did refactoring the project

**Fix**

[331d2eb](https://github.com/huei90/angular-validation/commit/331d2eb2fd68d11532fe612453861c263577fb58) Wrapped `validation-reset` within $timeout
<br/>[e53469c](https://github.com/huei90/angular-validation/commit/e53469c08a7e6e4ef7c8a60c0e67683bd7dd68ad) Fixed `no-validation-message` condition
<br/>[4dcdb68](https://github.com/huei90/angular-validation/pull/140) Set an actual value from the control's view (ctrl.$viewValue instead of watch value)
<br/>[09aed2e](https://github.com/huei90/angular-validation/pull/145) Fixed an error in the checkValid function


**Documentation**

[eeac2f0](https://github.com/huei90/angular-validation/commit/eeac2f02552621f743899dc2d1bd61194f1977d4) Updated API.md to include an `ng-model-options` example


10 Aug 2015 v1.3.2
===

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
angular-validation 1.3.2
angular-validation 1.3.3
=========================
[![NPM version](https://badge.fury.io/js/angular-validation.svg)](http://badge.fury.io/js/angular-validation)
[![Build Status](https://travis-ci.org/huei90/angular-validation.png?branch=master)](https://travis-ci.org/huei90/angular-validation)
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-validation",
"version": "1.3.2",
"version": "1.3.3",
"homepage": "https://github.com/huei90/angular-validation",
"authors": [
"huei90"
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var options = {
version: '1.3.2',
version: '1.3.3',
where: 'client',
packageName: 'huei90:angular-validation'
};
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": "angular-validation",
"version": "1.3.2",
"version": "1.3.3",
"description": "Client-side Validation for AngularJS",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2be4f50

Please sign in to comment.