Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/tall-beds-dream.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @xivapi/js

## 1.0.7

### Patch Changes

- [#52](https://github.com/xivapi/xivapi-js/pull/52) [`73395ce`](https://github.com/xivapi/xivapi-js/commit/73395ce7376d443d5096c9961b888eb992fbf96b) Thanks [@miichom](https://github.com/miichom)! - Add Changesets configuration and changeset CLI scripts to support automated package releases and changelog generation.
- [#51](https://github.com/xivapi/xivapi-js/pull/51) [`0b74961`](https://github.com/xivapi/xivapi-js/commit/0b7496175116814b49ffc9f034f096dfc5c53a1d) Thanks [@Respheal](https://github.com/Respheal)! - Force tsdown to emit .js for ESM and .cjs for CJS using outExtension
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xivapi/js",
"version": "1.0.6",
"version": "1.0.7",
"description": "A Node.JS wrapper for xivapi.com",
"keywords": ["xivapi", "ffxiv"],
"homepage": "https://github.com/xivapi/xivapi-js",
Expand Down
Loading