Skip to content
This repository was archived by the owner on May 2, 2021. It is now read-only.

Commit 39f508b

Browse files
committed
Release 1.1.0
1 parent 1f9de02 commit 39f508b

File tree

4 files changed

+38
-3
lines changed

4 files changed

+38
-3
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<a name="1.1.0"></a>
2+
# 1.1.0 (2015-12-25)
3+
4+
5+
* Refactor ([1f9de02](https://github.com/kikobeats/existential-default/commit/1f9de02))
6+
7+
8+
9+
<a name="1.0.2"></a>
10+
## 1.0.2 (2015-06-22)
11+
12+
13+
* 1.0.2 releases ([17b17ea](https://github.com/kikobeats/existential-default/commit/17b17ea))
14+
* Revert in favour to use existencial dep ([d7a485a](https://github.com/kikobeats/existential-default/commit/d7a485a))
15+
16+
17+
18+
<a name="1.0.1"></a>
19+
## 1.0.1 (2015-05-10)
20+
21+
22+
* 1.0.1 releases ([48229c3](https://github.com/kikobeats/existential-default/commit/48229c3))
23+
* refactor without dependencies ([946362b](https://github.com/kikobeats/existential-default/commit/946362b))
24+
25+
26+
27+
<a name="1.0.0"></a>
28+
# 1.0.0 (2015-03-17)
29+
30+
31+
* first commit ([3c4489c](https://github.com/kikobeats/existential-default/commit/3c4489c))
32+
* updated ([21b34ba](https://github.com/kikobeats/existential-default/commit/21b34ba))
33+
34+
35+

bower.json

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "existential-default",
33
"description": "Check for the existential value of a variable. Assign value by default.",
4-
"version": "1.0.2",
4+
"version": "1.1.0",
55
"authors": [
66
"Kiko Beats josefrancisco.verdu@gmail.com"
77
],

dist/existential-default.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "existential-default",
33
"description": "Check for the existential value of a variable. Assign value by default.",
4-
"version": "1.0.2",
4+
"version": "1.1.0",
55
"author": {
66
"name": "Kiko Beats",
77
"email": "josefrancisco.verdu@gmail.com",

0 commit comments

Comments
 (0)