Skip to content

Commit

Permalink
fix(CHANGELOG): remove .git from repository path
Browse files Browse the repository at this point in the history
Links were broken
  • Loading branch information
CaryLandholt committed Jul 16, 2014
1 parent efd0c32 commit f927296
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#### Bug Fixes

* **versions:** restrict non semver packages to specific version ([f4d18ef2](https://github.com/CaryLandholt/AngularFun.git/commit/f4d18ef2d48a822fb05456f9a1adce0580bed29a), closes [#71](https://github.com/CaryLandholt/AngularFun.git/issues/71))
* **versions:** restrict non semver packages to specific version ([f4d18ef2](https://github.com/CaryLandholt/AngularFun/commit/f4d18ef2d48a822fb05456f9a1adce0580bed29a), closes [#71](https://github.com/CaryLandholt/AngularFun/issues/71))


<a name="2.3.0"></a>
Expand All @@ -13,12 +13,12 @@

#### Bug Fixes

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


#### Features

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


<a name="2.2.0"></a>
Expand All @@ -27,12 +27,12 @@

#### Bug Fixes

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


#### Features

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


#### Breaking Changes
Expand All @@ -44,7 +44,7 @@ this.addMatchers({});

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


<a name="2.1.9"></a>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AngularFun",
"version": "2.3.1",
"version": "2.3.2",
"description": "AngularJS Reference Architecture",
"author": {
"name": "Cary Landholt",
Expand All @@ -20,7 +20,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/CaryLandholt/AngularFun.git"
"url": "https://github.com/CaryLandholt/AngularFun"
},
"engines": {
"node": ">=0.10.0"
Expand Down

0 comments on commit f927296

Please sign in to comment.