Skip to content

Commit

Permalink
chore(tag): v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CaryLandholt committed Apr 25, 2014
1 parent 39c2bc3 commit 4ddeebb
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,28 @@
<a name="2.2.0"></a>
## 2.2.0 (2014-04-24)


#### Bug Fixes

* **test:** update to Jasmine 2.0 ([14e5c82c](https://github.com/CaryLandholt/AngularFun.git/commit/14e5c82c9460d992a5f3ba5b360efb17a55ac5e1))


#### Features

* **changelog:** add changelog ([39c2bc31](https://github.com/CaryLandholt/AngularFun.git/commit/39c2bc3134c2a2bb06e9f95d6836fe2c6d0eeb14))


#### Breaking Changes

* addMatchers syntax has changed

Before:
this.addMatchers({});

After:
jasmine.Expectation.addMatchers({});
([14e5c82c](https://github.com/CaryLandholt/AngularFun.git/commit/14e5c82c9460d992a5f3ba5b360efb17a55ac5e1))


<a name="2.1.9"></a>
## 2.1.9 (2014-04-06)
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.1.9",
"version": "2.2.0",
"description": "AngularJS Reference Architecture",
"author": {
"name": "Cary Landholt",
Expand Down

0 comments on commit 4ddeebb

Please sign in to comment.