Skip to content

Commit b03995d

Browse files
author
wikus
committed
fix: eslint errors
1 parent 7d448cb commit b03995d

File tree

4 files changed

+3487
-2902
lines changed

4 files changed

+3487
-2902
lines changed

Diff for: .eslintrc

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
"es6": true,
44
"node": true,
55
"browser": true
6-
}
6+
},
7+
"parserOptions": {
8+
"ecmaVersion": 2022,
9+
"sourceType": "module"
10+
}
711
}

Diff for: CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,48 @@
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.10.0](https://github.com/calidy-com/dayjs-calendarsystems/compare/v1.4.0...v1.10.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+
* buildtime issues, add eslintrc ([13b5594](https://github.com/calidy-com/dayjs-calendarsystems/commit/13b5594c71674ebbd29d03a9af8ffd3ac02301b9))
16+
* typo in function brackets ([595d119](https://github.com/calidy-com/dayjs-calendarsystems/commit/595d1193c9cedeeaee39b9ae6c617dba6bcd338a))
17+
* update babel build config ([7d448cb](https://github.com/calidy-com/dayjs-calendarsystems/commit/7d448cbe6d95f40ad0e32d69eacf5bd0698807cc))
18+
19+
## [1.9.0](https://github.com/calidy-com/dayjs-calendarsystems/compare/v1.4.0...v1.9.0) (2024-02-28)
20+
21+
22+
### Features
23+
24+
* add Amazigh calendar system ([2d9a8e9](https://github.com/calidy-com/dayjs-calendarsystems/commit/2d9a8e9b0c5c443040072080edfe748abfef5e9a))
25+
26+
27+
### Bug Fixes
28+
29+
* buildtime issues, add eslintrc ([13b5594](https://github.com/calidy-com/dayjs-calendarsystems/commit/13b5594c71674ebbd29d03a9af8ffd3ac02301b9))
30+
* typo in function brackets ([595d119](https://github.com/calidy-com/dayjs-calendarsystems/commit/595d1193c9cedeeaee39b9ae6c617dba6bcd338a))
31+
* update babel build config ([7d448cb](https://github.com/calidy-com/dayjs-calendarsystems/commit/7d448cbe6d95f40ad0e32d69eacf5bd0698807cc))
32+
33+
## [1.8.0](https://github.com/calidy-com/dayjs-calendarsystems/compare/v1.4.0...v1.8.0) (2024-02-28)
34+
35+
36+
### Features
37+
38+
* add Amazigh calendar system ([2d9a8e9](https://github.com/calidy-com/dayjs-calendarsystems/commit/2d9a8e9b0c5c443040072080edfe748abfef5e9a))
39+
40+
41+
### Bug Fixes
42+
43+
* buildtime issues, add eslintrc ([13b5594](https://github.com/calidy-com/dayjs-calendarsystems/commit/13b5594c71674ebbd29d03a9af8ffd3ac02301b9))
44+
* typo in function brackets ([595d119](https://github.com/calidy-com/dayjs-calendarsystems/commit/595d1193c9cedeeaee39b9ae6c617dba6bcd338a))
45+
* update babel build config ([7d448cb](https://github.com/calidy-com/dayjs-calendarsystems/commit/7d448cbe6d95f40ad0e32d69eacf5bd0698807cc))
46+
547
## [1.7.0](https://github.com/calidy-com/dayjs-calendarsystems/compare/v1.4.0...v1.7.0) (2024-02-28)
648

749

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@calidy/dayjs-calendarsystems",
3-
"version": "1.7.0",
3+
"version": "1.10.0",
44
"description": "Calendar Systems Management for Day.js",
55
"main": "dayjs-calendarsystems.cjs.min.js",
66
"umd:main": "dayjs-calendarsystems.umd.min.js",

0 commit comments

Comments
 (0)