Skip to content

Commit 37c1c0b

Browse files
committed
chore(tag): v3.0.0
1 parent a74e976 commit 37c1c0b

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 3.0.0 (2014-06-19)
2+
3+
4+
#### Breaking Changes
5+
6+
* update to ng-classify 3.0.0
7+
8+
See https://github.com/CaryLandholt/ng-classify/blob/master/CHANGELOG.md#300-2014-06-18
9+
10+
([a74e976f](https://github.com/CaryLandholt/gulp-ng-classify/commit/a74e976feeb225f09ef786a214342edec3aad554))
11+
12+
113
## 2.0.0 (2014-06-14)
214

315

@@ -10,7 +22,6 @@ Use gulp-template or another alternative
1022
([659bdb20](https://github.com/CaryLandholt/gulp-ng-classify/commit/659bdb20d11db6ad36d536349b6cd6fa30bc55d1))
1123

1224

13-
<a name="1.0.2"></a>
1425
### 1.0.2 (2014-06-09)
1526

1627

@@ -19,7 +30,6 @@ Use gulp-template or another alternative
1930
* **dependencies:** make coffee-script a dependency, not dev dependency ([f5ef6e3d](https://github.com/CaryLandholt/gulp-ng-classify/commit/f5ef6e3ddd2ac15ce9bf8ab4c011950e02d02d24))
2031

2132

22-
<a name="1.0.1"></a>
2333
### 1.0.1 (2014-06-09)
2434

2535

@@ -28,7 +38,6 @@ Use gulp-template or another alternative
2838
* **index:** add bridge from js to coffee ([9c5f62ff](https://github.com/CaryLandholt/gulp-ng-classify/commit/9c5f62fff77b2f062a805b425378875f87d689c1))
2939

3040

31-
<a name="1.0.0"></a>
3241
## 1.0.0 (2014-05-04)
3342

3443

@@ -37,7 +46,6 @@ Use gulp-template or another alternative
3746
* **moduleTypePrefix:** update ng-classify ([84272aa6](https://github.com/CaryLandholt/gulp-ng-classify/commit/84272aa6ae6de84f2cab26f0278e9b447494e5fe))
3847

3948

40-
<a name="0.5.0"></a>
4149
## 0.5.0 (2014-05-02)
4250

4351

@@ -46,7 +54,6 @@ Use gulp-template or another alternative
4654
* **ng-classify:** update to remove regex parsing, use coffee-script nodes ([c025327a](https://github.com/CaryLandholt/gulp-ng-classify/commit/c025327a167b8e70640a9d38a0f5d6c168542227)
4755

4856

49-
<a name="0.4.0"></a>
5057
## 0.4.0 (2014-02-16)
5158

5259

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-ng-classify",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Compile CoffeeScript classes to AngularJS modules",
55
"author": {
66
"name": "Cary Landholt",

0 commit comments

Comments
 (0)