## What's New in v1.0.4

- Updated the marketplace listing to direct users to the JR project page for better access to information.

---

## [1.0.4](https://github.com/FutureHax/foundry-hiscores-pirateborg/compare/v1.0.3...v1.0.4) (2026-09-25)


### Bug Fixes

* **marketplace:** point free listing source at the JR project page ([9eb329a](https://github.com/FutureHax/foundry-hiscores-pirateborg/commit/9eb329a5e7c486a5f228a97f728a87b45763ca6e))

## What's New in v1.0.3

- Fixed the marketplace to now use the canonical Patreon source for better resource tracking.

---

## [1.0.3](https://github.com/FutureHax/foundry-hiscores-pirateborg/compare/v1.0.2...v1.0.3) (2026-09-25)


### Bug Fixes

* **marketplace:** use canonical Patreon source ([ea92aa1](https://github.com/FutureHax/foundry-hiscores-pirateborg/commit/ea92aa1a69a0fcdd9231fa85790dc83c3110f2ac))

## What's New in v1.0.2

- Updated the manifest to point the URL and bug reports to the JR project page.

---

## [1.0.2](https://github.com/FutureHax/foundry-hiscores-pirateborg/compare/v1.0.1...v1.0.2) (2026-09-24)


### Bug Fixes

* **manifest:** point url and bugs at the JR project page ([5a428d7](https://github.com/FutureHax/foundry-hiscores-pirateborg/commit/5a428d7986705d23497ac26a0e05ecaba62b5c95))

## What's New in v1.0.1

- Removed the installation copy from listings and updated links to direct users to JR pages.

---

## [1.0.1](https://github.com/FutureHax/foundry-hiscores-pirateborg/compare/v1.0.0...v1.0.1) (2026-09-24)


### Bug Fixes

* **listing:** drop install copy and point links at JR pages ([6966b13](https://github.com/FutureHax/foundry-hiscores-pirateborg/commit/6966b13ad1dcf08cfcb55ed2f4bbb7bf9b6c3e86))

## What's New in v1.0.0

- Implemented a hiscores adapter for Pirate Borg, allowing players to track high scores within the game.
- Deferred system version checks to runtime to enhance compatibility.
- Added support for Pirate Borg version 1.9.
- Aligned module with core API for improved functionality and consistency.
- Reconciled real hook contexts for better integration with Foundry VTT.

---

# 1.0.0 (2026-09-24)


### Bug Fixes

* **adapter:** defer system version checks to runtime ([#2](https://github.com/FutureHax/foundry-hiscores-pirateborg/issues/2)) ([a875536](https://github.com/FutureHax/foundry-hiscores-pirateborg/commit/a875536e6d70f8bc2debd83cd04edf94ba64df45))
* **adapter:** support Pirate Borg 1.9 ([#1](https://github.com/FutureHax/foundry-hiscores-pirateborg/issues/1)) ([39da114](https://github.com/FutureHax/foundry-hiscores-pirateborg/commit/39da1147ab3346a413ea88b6395260c0493338ae))
* **pirateborg:** align with core API ([e8ae3a3](https://github.com/FutureHax/foundry-hiscores-pirateborg/commit/e8ae3a32d5435bccf2f5d353caede14234fb3e89))
* **pirateborg:** reconcile real hook contexts ([be37eb6](https://github.com/FutureHax/foundry-hiscores-pirateborg/commit/be37eb6950ea5a8a6ec501a857eb63687d072320))


### Features

* **pirateborg:** implement hiscores adapter ([04dc575](https://github.com/FutureHax/foundry-hiscores-pirateborg/commit/04dc575729226a39d67c7430807596c4d6034df7))

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
- Initial module structure
- Semantic release configuration
- GitHub Actions CI/CD workflows
- Development tooling (ESLint, Vitest, Husky)
