diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c44b81..418bb12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.2] - 2026-05-30 + +### Changed +- Trim README to concise reference format; remove redundant em-dash connectors +- Add TypeDoc API documentation generation + ## [1.0.1] - 2026-05-28 ### Changed diff --git a/package.json b/package.json index 0c38af0..9562f56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "date-fns-hijri", - "version": "1.0.1", + "version": "1.0.2", "description": "date-fns-style utility functions for Hijri calendar operations. Wraps hijri-core with a functional API for converting, formatting, and validating Hijri dates.", "author": "Aric Camarata", "license": "MIT", @@ -37,7 +37,7 @@ "lint": "eslint src/", "format": "prettier --write src/", "format:check": "prettier --check src/", - "prepublishOnly": "tsup", + "prepublishOnly": "pnpm run build", "coverage": "c8 --reporter=lcov --reporter=text node test.mjs", "docs": "typedoc --out .github/wiki/api src/index.ts", "postbuild": "cp dist/index.d.ts dist/index.d.mts"