Skip to content

Commit 4cfb447

Browse files
committed
Fixed issue with Traits/Talents required methods check with traits defined in different modules.
1 parent 062e046 commit 4cfb447

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
##CHANGE LOG
22

3+
- 0.4.5
4+
- status: Alpha
5+
- Fixed issue with Traits/Talents required methods check with traits defined in different modules.
6+
37
- 0.4.4
48
- status: Alpha
59
- Renamed file lib/Cocktail.js to lib/cocktail.js to agree on module name conventions.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cocktail",
33
"description": "CocktailJS is a small library to explore traits, talents, inheritance and annotations concepts in nodejs - Shake your objects and classes with Cocktail!",
4-
"version": "0.4.4",
4+
"version": "0.4.5",
55
"homepage": "http://cocktailjs.github.io",
66
"author": {
77
"name": "Maximiliano Fierro",

0 commit comments

Comments
 (0)