From 893f77e833ef55bc7954da0a0ebd05d68a3c3230 Mon Sep 17 00:00:00 2001 From: Peter Reid Date: Mon, 20 Sep 2021 11:19:11 +0100 Subject: [PATCH] docs(changelog): setup changelog format --- CHANGELOG.md | 4 ++++ docs/api/classes/client_LodestoneClient.default.md | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a363299..209891b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Changelog + +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. + ## [0.1.4](https://github.com/XIVStats/lodestone/compare/v0.1.3...v0.1.4) (2021-09-20) diff --git a/docs/api/classes/client_LodestoneClient.default.md b/docs/api/classes/client_LodestoneClient.default.md index 14ad019..f31d62a 100644 --- a/docs/api/classes/client_LodestoneClient.default.md +++ b/docs/api/classes/client_LodestoneClient.default.md @@ -29,7 +29,7 @@ Client for interfacing with the Final Fantasy XIV Lodestone #### Defined in -[LodestoneClient.ts:53](https://github.com/XIVStats/lodestone/blob/8c61a94/src/client/LodestoneClient.ts#L53) +[LodestoneClient.ts:53](https://github.com/XIVStats/lodestone/blob/ea007f4/src/client/LodestoneClient.ts#L53) ## Properties @@ -43,4 +43,4 @@ An instance will be generated by default, but as a consumer you can provide your #### Defined in -[LodestoneClient.ts:49](https://github.com/XIVStats/lodestone/blob/8c61a94/src/client/LodestoneClient.ts#L49) +[LodestoneClient.ts:49](https://github.com/XIVStats/lodestone/blob/ea007f4/src/client/LodestoneClient.ts#L49) diff --git a/package.json b/package.json index b091117..47ed6ed 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "prepare": "husky install", "release": "semantic-release --no-ci", "release:dry": "semantic-release --no-ci --dry-run", - "release:ci": "semantic-release --first-release" + "release:ci": "semantic-release" }, "repository": { "type": "git",