From f9272962e5f7430cced075c61ebfeba1489e1bfa Mon Sep 17 00:00:00 2001 From: CaryLandholt Date: Tue, 15 Jul 2014 21:36:28 -0500 Subject: [PATCH] fix(CHANGELOG): remove .git from repository path Links were broken --- CHANGELOG.md | 12 ++++++------ package.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72b3f67..468d086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) @@ -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)) @@ -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 @@ -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)) diff --git a/package.json b/package.json index 577994a..9a7f47d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "AngularFun", - "version": "2.3.1", + "version": "2.3.2", "description": "AngularJS Reference Architecture", "author": { "name": "Cary Landholt", @@ -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"