Skip to content

Commit 893f77e

Browse files
committed
docs(changelog): setup changelog format
1 parent ea007f4 commit 893f77e

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Changelog
2+
3+
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.
4+
15
## [0.1.4](https://github.com/XIVStats/lodestone/compare/v0.1.3...v0.1.4) (2021-09-20)
26

37

docs/api/classes/client_LodestoneClient.default.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Client for interfacing with the Final Fantasy XIV Lodestone
2929

3030
#### Defined in
3131

32-
[LodestoneClient.ts:53](https://github.com/XIVStats/lodestone/blob/8c61a94/src/client/LodestoneClient.ts#L53)
32+
[LodestoneClient.ts:53](https://github.com/XIVStats/lodestone/blob/ea007f4/src/client/LodestoneClient.ts#L53)
3333

3434
## Properties
3535

@@ -43,4 +43,4 @@ An instance will be generated by default, but as a consumer you can provide your
4343

4444
#### Defined in
4545

46-
[LodestoneClient.ts:49](https://github.com/XIVStats/lodestone/blob/8c61a94/src/client/LodestoneClient.ts#L49)
46+
[LodestoneClient.ts:49](https://github.com/XIVStats/lodestone/blob/ea007f4/src/client/LodestoneClient.ts#L49)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"prepare": "husky install",
2020
"release": "semantic-release --no-ci",
2121
"release:dry": "semantic-release --no-ci --dry-run",
22-
"release:ci": "semantic-release --first-release"
22+
"release:ci": "semantic-release"
2323
},
2424
"repository": {
2525
"type": "git",

0 commit comments

Comments
 (0)