We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e8825 commit e3ad4bfCopy full SHA for e3ad4bf
CHANGELOG.md
@@ -1,5 +1,14 @@
1
-<a name="v0.4.2"></a>
2
-## v0.4.2 (2014-03-20)
+<a name="0.5.0"></a>
+## 0.5.0 (2014-05-02)
3
+
4
5
+#### Bug Fixes
6
7
+* **parsing:** remove regex parsing, use coffee-script nodes ([194c5917](https://github.com/CaryLandholt/ng-classify/commit/194c5917b83b3f485d22ef6292797f58d9624fbd))
8
9
10
+<a name="0.4.2"></a>
11
+## 0.4.2 (2014-03-20)
12
13
14
#### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "ng-classify",
- "version": "0.4.2",
+ "version": "0.5.0",
"description": "Compile CoffeeScript classes to AngularJS modules",
"author": {
"name": "Cary Landholt",
0 commit comments