Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
khawarizmus committed Apr 8, 2024
2 parents ba8bfc1 + 7780163 commit a340f22
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 1.0.0 (2024-04-08)


### Bug Fixes

* explecitly set exports ([703cf96](https://github.com/zamanapp/week-dates/commit/703cf969fb7464a2795feed81abbb29ae57a71ce))
* fixed exports to have type exports ([bf4e18c](https://github.com/zamanapp/week-dates/commit/bf4e18c20c88f737f2cae58eedfd9d56a2ed11a9))
* fixed some calendar implementation and minor bugs ([4f8f2a0](https://github.com/zamanapp/week-dates/commit/4f8f2a0c8bd2cb2d4d9f9e4d85355ab6ca900d2c))


### Features

* added civil and tbla calendars ([1db2112](https://github.com/zamanapp/week-dates/commit/1db21128eaeafe8ef527d732086ba82cbdf50672))
* added missing features to PlainwekDate ([3aab2fc](https://github.com/zamanapp/week-dates/commit/3aab2fcef546b36cae44ca59e93d9ff3694710a2))
* fixed exports ([e931d18](https://github.com/zamanapp/week-dates/commit/e931d1877a1abc4e2e6e317faf3b390e9e1ca9a1))
* Hijri week calcualations working ([388443a](https://github.com/zamanapp/week-dates/commit/388443ada7ec6ab03a5c2b8590c6686fd1c89a43))
* Iso week dates calcualtions working ([9e2ddbf](https://github.com/zamanapp/week-dates/commit/9e2ddbfd4459452467a2b5f77a5790e7b4c16315))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zamanapp/week-dates",
"type": "module",
"version": "0.0.0",
"version": "1.0.0",
"packageManager": "[email protected]",
"description": "Utilities for working with week dates according ISO 8601 (ISO week date) and Hijri week calendars (Hijri week date) using Temporal.",
"author": "khawarizmus <[email protected]>",
Expand Down

0 comments on commit a340f22

Please sign in to comment.