Skip to content

Commit

Permalink
Bump version v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hueitan committed Jan 24, 2017
1 parent 58c1d6b commit c10e55d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
24 Jan 2017 v1.4.3
===

**Fix**

[#257](https://github.com/huei90/angular-validation/commit/0640de71ab045037b0fba86fd0a278e748d67786) Fix for initialValidity set up

**Improvement**

[#231](https://github.com/huei90/angular-validation/pull/231) improve valid result, you can set success or error message when valid
[#266](https://github.com/huei90/angular-validation/pull/266) Observe validator changes
[#271](https://github.com/huei90/angular-validation/pull/271) Using model value

22 Jul 2016 v1.4.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.4.2
angular-validation 1.4.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.4.2",
"version": "1.4.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.4.2',
version: '1.4.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.4.2",
"version": "1.4.3",
"description": "Client-side Validation for AngularJS",
"repository": {
"type": "git",
Expand Down

0 comments on commit c10e55d

Please sign in to comment.