Skip to content

Commit caa6359

Browse files
author
Benjamin Coe
committed
fix(docs): had a bad URL in package.json, which was breaking all of our links
1 parent 3d047b9 commit caa6359

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

55
<a name="2.1.0"></a>
6-
# [2.1.0](https://github.com/conventional-changelog/standard-verison/compare/v2.0.0...v2.1.0) (2016-04-10)
6+
# [2.1.0](https://github.com/conventional-changelog/standard-version/compare/v2.0.0...v2.1.0) (2016-04-10)
77

88

99
### Features
1010

11-
* adds support for GitHub links (see [#13](https://github.com/conventional-changelog/standard-verison/issues/13)), great idea [@bcoe](https://github.com/bcoe)! ([7bf6597](https://github.com/conventional-changelog/standard-verison/commit/7bf6597))
11+
* adds support for GitHub links (see [#13](https://github.com/conventional-changelog/standard-version/issues/13)), great idea [@bcoe](https://github.com/bcoe)! ([7bf6597](https://github.com/conventional-changelog/standard-version/commit/7bf6597))
1212

1313

1414

1515
<a name="2.0.0"></a>
16-
# [2.0.0](https://github.com/conventional-changelog/standard-verison/compare/v1.1.0...v2.0.0) (2016-04-09)
16+
# [2.0.0](https://github.com/conventional-changelog/standard-version/compare/v1.1.0...v2.0.0) (2016-04-09)
1717

1818

19-
* feat(conventional-changelog-standard): Move to conventional-changelog-standard style. This style lifts the character limit on commit messages, and puts us in a position to make more opinionated decisions in the future. ([c7ccadb](https://github.com/conventional-changelog/standard-verison/commit/c7ccadb))
19+
* feat(conventional-changelog-standard): Move to conventional-changelog-standard style. This style lifts the character limit on commit messages, and puts us in a position to make more opinionated decisions in the future. ([c7ccadb](https://github.com/conventional-changelog/standard-version/commit/c7ccadb))
2020

2121

2222
### BREAKING CHANGES
@@ -25,14 +25,14 @@ All notable changes to this project will be documented in this file. See [standa
2525

2626

2727
<a name="1.1.0"></a>
28-
# [1.1.0](https://github.com/conventional-changelog/standard-verison/compare/v1.0.0...v1.1.0) (2016-04-08)
28+
# [1.1.0](https://github.com/conventional-changelog/standard-version/compare/v1.0.0...v1.1.0) (2016-04-08)
2929

3030

3131
### Features
3232

33-
* **cli:** use conventional default commit message with version ([9fadc5f](https://github.com/conventional-changelog/standard-verison/commit/9fadc5f))
34-
* **rebrand:** rebrand recommended-workflow to standard-version (#9) ([1f673c0](https://github.com/conventional-changelog/standard-verison/commit/1f673c0))
35-
* **tests:** adds test suite, fixed several Node 0.10 issues along the way ([03bd86c](https://github.com/conventional-changelog/standard-verison/commit/03bd86c))
33+
* **cli:** use conventional default commit message with version ([9fadc5f](https://github.com/conventional-changelog/standard-version/commit/9fadc5f))
34+
* **rebrand:** rebrand recommended-workflow to standard-version (#9) ([1f673c0](https://github.com/conventional-changelog/standard-version/commit/1f673c0))
35+
* **tests:** adds test suite, fixed several Node 0.10 issues along the way ([03bd86c](https://github.com/conventional-changelog/standard-version/commit/03bd86c))
3636

3737

3838

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/conventional-changelog/standard-verison.git"
13+
"url": "git+https://github.com/conventional-changelog/standard-version.git"
1414
},
1515
"keywords": [
1616
"conventional-changelog",
@@ -45,4 +45,4 @@
4545
"shelljs": "^0.6.0",
4646
"standard": "^6.0.8"
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)