Skip to content

Commit

Permalink
chore(release): 0.1.8 (#17)
Browse files Browse the repository at this point in the history
Auto-compile changelog, increment package, then auto-merge changes made for v0.1.8 into main. [skip ci]
  • Loading branch information
ReidWeb-Automation committed Sep 20, 2021
1 parent 8c5f824 commit b8664d5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.8](https://github.com/XIVStats/lodestone/compare/v0.1.7...v0.1.8) (2021-09-20)


### Bug Fixes

* **ci:** disable jest report step for dependavot ([7cb038f](https://github.com/XIVStats/lodestone/commit/7cb038ffa25058ce54ac7cdc19abb89d9905e248))
* **ci:** enable automerge for dependabot prs ([8c5f824](https://github.com/XIVStats/lodestone/commit/8c5f82485e206c0f20ac214f227dacd1d6a75a92))

## [0.1.7](https://github.com/XIVStats/lodestone/compare/v0.1.6...v0.1.7) (2021-09-20)


Expand Down
4 changes: 2 additions & 2 deletions docs/api/classes/client_LodestoneClient.default.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Client for interfacing with the Final Fantasy XIV Lodestone

#### Defined in

[LodestoneClient.ts:53](https://github.com/XIVStats/lodestone/blob/7a945c4/src/client/LodestoneClient.ts#L53)
[LodestoneClient.ts:53](https://github.com/XIVStats/lodestone/blob/8c5f824/src/client/LodestoneClient.ts#L53)

## Properties

Expand All @@ -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/7a945c4/src/client/LodestoneClient.ts#L49)
[LodestoneClient.ts:49](https://github.com/XIVStats/lodestone/blob/8c5f824/src/client/LodestoneClient.ts#L49)
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xivstats/lodestone",
"version": "0.1.7",
"version": "0.1.8",
"description": "Module for pulling character profiles from the Final Fantasy XIV Lodestone",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit b8664d5

Please sign in to comment.