Skip to content
This repository was archived by the owner on Nov 24, 2018. It is now read-only.

Commit 405ea58

Browse files
author
Philipp Denzler
committed
chore(release): v1.0.0
1 parent b087830 commit 405ea58

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.0.0 - 2014-06-27
4+
- added support for isolated scopes around valdr-message directive, closes[#32](https://github.com/netceteragroup/valdr/issues/32)
5+
36
## 0.2.0 - 2014-05-03
47
- add hibernateEmail validator, closes [#26](https://github.com/netceteragroup/valdr/issues/26)
58
- add hibernateUrl validator, closes [#27](https://github.com/netceteragroup/valdr/issues/27)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Netcetera AG",
33
"name": "valdr",
44
"description": "A model centric approach to AngularJS form validation",
5-
"version": "0.2.1-SNAPSHOT",
5+
"version": "1.0.0",
66
"homepage": "https://github.com/netceteragroup/valdr",
77
"repository": {
88
"type": "git",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "valdr",
3-
"version": "0.2.1-SNAPSHOT",
3+
"version": "1.0.0",
44
"description": "A model centric approach to AngularJS form validation",
55
"homepage": "https://github.com/netceteragroup/valdr",
66
"repository": {

0 commit comments

Comments
 (0)