Skip to content

Commit c0823a6

Browse files
committed
preparing to release v0.5.0
1 parent 3236766 commit c0823a6

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
- 0.5.0
4+
- status: Alpha
5+
- Added new method to register custom annotations (cocktail.use())
6+
- Refactored `@annotation` processor.
7+
- Small code improvements and tests.
8+
39
- 0.4.6
410
- status: Alpha
511
- Fixed issue with Traits/Talents throwing errors on excluded/aliased methods. See #13.

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.6",
4+
"version": "0.5.0",
55
"homepage": "http://cocktailjs.github.io",
66
"author": {
77
"name": "Maximiliano Fierro",

0 commit comments

Comments
 (0)