Skip to content

Commit 2347ef7

Browse files
committed
v0.2.0
1 parent 605d16d commit 2347ef7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.2.0] - 2022-07-14
4+
5+
- IntlDate: added from
6+
- IntlDate: added parse
7+
- IntlDate: added getDayOfWeek
8+
- IntlDate: added plusDays
9+
- IntlDate: added minusDays
10+
- IntlDate: added toString
11+
- Internal Enhancements
12+
313
## [0.1.0] - 2022-07-14
414

515
First GA release

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intl-date",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Javascript library to represent and work with dates in different calendar systems (e.g. hijri, persian and others).",
55
"keywords": [
66
"date",

0 commit comments

Comments
 (0)