Skip to content

Commit 13b5594

Browse files
author
wikus
committed
fix: buildtime issues, add eslintrc
1 parent 595d119 commit 13b5594

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

Diff for: .eslintrc

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"env": {
3+
"es6": true,
4+
"node": true,
5+
"browser": true
6+
}
7+
}

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.6.0](https://github.com/calidy-com/dayjs-calendarsystems/compare/v1.4.0...v1.6.0) (2024-02-28)
6+
7+
8+
### Features
9+
10+
* add Amazigh calendar system ([2d9a8e9](https://github.com/calidy-com/dayjs-calendarsystems/commit/2d9a8e9b0c5c443040072080edfe748abfef5e9a))
11+
12+
13+
### Bug Fixes
14+
15+
* typo in function brackets ([595d119](https://github.com/calidy-com/dayjs-calendarsystems/commit/595d1193c9cedeeaee39b9ae6c617dba6bcd338a))
16+
517
## [1.4.0](https://github.com/calidy-com/dayjs-calendarsystems/compare/v1.3.0...v1.4.0) (2023-06-21)
618

719

Diff for: package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@calidy/dayjs-calendarsystems",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Calendar Systems Management for Day.js",
55
"main": "dayjs-calendarsystems.cjs.min.js",
66
"umd:main": "dayjs-calendarsystems.umd.min.js",
@@ -83,6 +83,8 @@
8383
"jewish",
8484
"ethiopic",
8585
"ethiopian",
86+
"amazigh",
87+
"amazigh calendar",
8688
"dayjs plugin",
8789
"dayjs calendar systems",
8890
"dayjs calendars",

0 commit comments

Comments
 (0)