chore: bump to v1.0.2

This commit is contained in:
Aric Camarata 2026-05-30 19:12:47 -04:00
parent 0e0e9e2021
commit b96d6fc921
2 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -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"