Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-01-12)

### Features

* added custom Temporal calendar implementations ([3f5c994](3f5c994))
* added data generation validation ([f41ef83](f41ef83))
* core implementaton with tests ([82904bb](82904bb))
* from Hijri to Hijri Week Calendar ([4647cca](4647cca))
* implemented Temporal calendars ([a253456](a253456))
  • Loading branch information
semantic-release-bot committed Jan 12, 2024
1 parent 723e2aa commit f63edde
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hijri-week-calendar",
"type": "module",
"version": "0.0.0",
"version": "1.0.0",
"packageManager": "[email protected]",
"description": "A Hijri Week Calendar is an implementation of the ISO 8601 equivalent for the Hijri calendar.",
"author": "khawarizmus (https://github.com/khawarizmus)",
Expand Down

0 comments on commit f63edde

Please sign in to comment.