mirror of
https://github.com/acamarata/temporal-hijri.git
synced 2026-07-02 20:00:43 +00:00
chore: bump to v1.0.2
This commit is contained in:
parent
c4ee5efe96
commit
977d4323eb
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.0.2] - 2026-05-30
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- TSDoc comments on all public `HijriCalendar` methods
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- README condensed; quickstart trimmed to essential examples
|
||||||
|
- CI: corepack before setup-node, prettier scoped to src/, d.mts emitted via postbuild
|
||||||
|
- Adopt shared config packages (@acamarata/eslint-config, @acamarata/prettier-config, @acamarata/tsconfig)
|
||||||
|
|
||||||
## [1.0.1] - 2026-05-28
|
## [1.0.1] - 2026-05-28
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "temporal-hijri",
|
"name": "temporal-hijri",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "Temporal Calendar Protocol implementation for the Hijri calendar system. Supports Umm al-Qura and FCNA calendars via hijri-core.",
|
"description": "Temporal Calendar Protocol implementation for the Hijri calendar system. Supports Umm al-Qura and FCNA calendars via hijri-core.",
|
||||||
"author": "Aric Camarata",
|
"author": "Aric Camarata",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue