Skip to content

Commit f927296

Browse files
committed
fix(CHANGELOG): remove .git from repository path
Links were broken
1 parent efd0c32 commit f927296

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#### Bug Fixes
66

7-
* **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))
7+
* **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))
88

99

1010
<a name="2.3.0"></a>
@@ -13,12 +13,12 @@
1313

1414
#### Bug Fixes
1515

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

1818

1919
#### Features
2020

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

2323

2424
<a name="2.2.0"></a>
@@ -27,12 +27,12 @@
2727

2828
#### Bug Fixes
2929

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

3232

3333
#### Features
3434

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

3737

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

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

4949

5050
<a name="2.1.9"></a>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AngularFun",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "AngularJS Reference Architecture",
55
"author": {
66
"name": "Cary Landholt",
@@ -20,7 +20,7 @@
2020
],
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/CaryLandholt/AngularFun.git"
23+
"url": "https://github.com/CaryLandholt/AngularFun"
2424
},
2525
"engines": {
2626
"node": ">=0.10.0"

0 commit comments

Comments
 (0)