From b1fba5f68d3a07b77101358ede3cf32b645639e4 Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Sat, 30 May 2026 19:19:21 -0400 Subject: [PATCH] chore: bump to v1.0.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c44b81..665daae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ 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 quick-start format (E6 P1 polish) +- Expand TSDoc on all exported symbols with full @param/@returns/@example blocks +- Add docs, postbuild, and improved coverage scripts +- Adopt shared config packages (@acamarata/eslint-config, tsconfig, prettier-config) + ## [1.0.1] - 2026-05-28 ### Changed diff --git a/package.json b/package.json index 8281f6d..d041257 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moment-hijri-plus", - "version": "1.0.1", + "version": "1.0.2", "description": "Moment.js plugin for Hijri calendar conversion and formatting. Supports Umm al-Qura and FCNA calendars via hijri-core.", "author": "Aric Camarata", "license": "MIT",