From f63edde8119218557057065b869d7d54b40259c3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 Jan 2024 02:25:50 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2024-01-12) ### Features * added custom Temporal calendar implementations ([3f5c994](https://github.com/khawarizmus/hijri-week-calendar/commit/3f5c994d532a99368d2d20d78542833b4d1c2950)) * added data generation validation ([f41ef83](https://github.com/khawarizmus/hijri-week-calendar/commit/f41ef839d46efe2d9bf0e8c636a9d59f5f9dec92)) * core implementaton with tests ([82904bb](https://github.com/khawarizmus/hijri-week-calendar/commit/82904bbc3ebad8428f54e16faca77af29bc88366)) * from Hijri to Hijri Week Calendar ([4647cca](https://github.com/khawarizmus/hijri-week-calendar/commit/4647cca395d51b156d6eaefaa767cd9021a2088d)) * implemented Temporal calendars ([a253456](https://github.com/khawarizmus/hijri-week-calendar/commit/a253456ad354a251add0f7cb0543126b5c0bbde1)) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9dba669 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# 1.0.0 (2024-01-12) + + +### Features + +* added custom Temporal calendar implementations ([3f5c994](https://github.com/khawarizmus/hijri-week-calendar/commit/3f5c994d532a99368d2d20d78542833b4d1c2950)) +* added data generation validation ([f41ef83](https://github.com/khawarizmus/hijri-week-calendar/commit/f41ef839d46efe2d9bf0e8c636a9d59f5f9dec92)) +* core implementaton with tests ([82904bb](https://github.com/khawarizmus/hijri-week-calendar/commit/82904bbc3ebad8428f54e16faca77af29bc88366)) +* from Hijri to Hijri Week Calendar ([4647cca](https://github.com/khawarizmus/hijri-week-calendar/commit/4647cca395d51b156d6eaefaa767cd9021a2088d)) +* implemented Temporal calendars ([a253456](https://github.com/khawarizmus/hijri-week-calendar/commit/a253456ad354a251add0f7cb0543126b5c0bbde1)) diff --git a/package.json b/package.json index 38799d3..4b8a990 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hijri-week-calendar", "type": "module", - "version": "0.0.0", + "version": "1.0.0", "packageManager": "pnpm@8.12.1", "description": "A Hijri Week Calendar is an implementation of the ISO 8601 equivalent for the Hijri calendar.", "author": "khawarizmus (https://github.com/khawarizmus)",