diff --git a/.changeset/tall-beds-dream.md b/.changeset/tall-beds-dream.md deleted file mode 100644 index ea4fd10..0000000 --- a/.changeset/tall-beds-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@xivapi/js": patch ---- - -Add Changesets configuration and changeset CLI scripts to support automated package releases and changelog generation. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8ced6aa --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 3df09b4..d5d166b 100644 --- a/package.json +++ b/package.json @@ -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",