Skip to content

Commit

Permalink
chore(tag): v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CaryLandholt committed May 18, 2014
1 parent 734181f commit d98c2d9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="2.3.0"></a>
## 2.3.0 (2014-05-17)


#### Bug Fixes

* **bower:** use .components directory to avoid collisions ([734181f3](https://github.com/CaryLandholt/AngularFun.git/commit/734181f342521a3593b32637173e9b44e37e0b0a))


#### Features

* **ngClassify:** add grunt-ng-classify ([fbb87f6e](https://github.com/CaryLandholt/AngularFun.git/commit/fbb87f6e93b335455f4d75f740184fbc143f011e))


<a name="2.2.0"></a>
## 2.2.0 (2014-04-24)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "2.2.0",
"version": "2.3.0",
"dependencies": {
"angular": "1.2.16",
"angular-animate": "1.2.16",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AngularFun",
"version": "2.2.0",
"version": "2.3.0",
"description": "AngularJS Reference Architecture",
"author": {
"name": "Cary Landholt",
Expand Down

0 comments on commit d98c2d9

Please sign in to comment.