date-holidays 3.19.0 → 3.19.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.19.2](https://github.com/commenthol/date-holidays/compare/3.19.1...3.19.2) (2023-05-12)
4
+
5
+ - test: add test fixtures for years 2026 2027 [0207f723](https://github.com/commenthol/date-holidays/commit/0207f7234e109ca9351d55af4a3f553ed668f48f)
6
+ - test(GL): fix timezone changes [9092c7ad](https://github.com/commenthol/date-holidays/commit/9092c7adea77774638f79b364120f33726606801)
7
+ - chore: tslint add no-redundant-jsdoc false [66c1afa4](https://github.com/commenthol/date-holidays/commit/66c1afa48c4fe357e45255595c0ddf232fb3a2ee)
8
+ - chore(actions): add node@20 [2d75f5b8](https://github.com/commenthol/date-holidays/commit/2d75f5b8409eca4fde3bb6f910e66e0b15066b35)
9
+ - test(EG): fix tests as of moment-timezone update [9988e708](https://github.com/commenthol/date-holidays/commit/9988e708af4b2f92a971bae8b74f0c0a082bb481)
10
+
11
+ ## [3.19.1](https://github.com/commenthol/date-holidays/compare/3.19.0...3.19.1) (2023-05-11)
12
+
13
+ - test(NZ): fix tests for King's Birthday which is active since 2023 [ae25c892](https://github.com/commenthol/date-holidays/commit/ae25c8927431a91ac1665436959a9dc57ad41db5)
14
+ - fix(NZ): Update Queens Birthday to Kings Birthday [ba42e023](https://github.com/commenthol/date-holidays/commit/ba42e02347b03a2a6ec22594bbbede835c53322e)
15
+
3
16
  ## [3.19.0](https://github.com/commenthol/date-holidays/compare/3.18.0...3.19.0) (2023-03-12)
4
17
 
5
18
  - docs: adding Thailand; updating attribution [58076aa2](https://github.com/commenthol/date-holidays/commit/58076aa20304f170c1b9295aa240cbe07405db94)
@@ -35,9 +35,13 @@ holidays:
35
35
  substitute: true
36
36
  name:
37
37
  en: ANZAC Day
38
- 1st monday in June:
38
+ # @source https://www.govt.nz/browse/work/public-holidays-and-work/public-holidays-and-anniversary-dates/
39
+ 1st monday in June prior to 2023:
39
40
  name:
40
41
  en: Queen's Birthday
42
+ 1st monday in June since 2023:
43
+ name:
44
+ en: King's Birthday
41
45
  4th monday in October:
42
46
  _name: 05-01
43
47
  12-25 and if saturday then next monday if sunday then next tuesday:
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2023-03-12",
2
+ "version": "2023-05-12",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -17140,11 +17140,16 @@
17140
17140
  "en": "ANZAC Day"
17141
17141
  }
17142
17142
  },
17143
- "1st monday in June": {
17143
+ "1st monday in June prior to 2023": {
17144
17144
  "name": {
17145
17145
  "en": "Queen's Birthday"
17146
17146
  }
17147
17147
  },
17148
+ "1st monday in June since 2023": {
17149
+ "name": {
17150
+ "en": "King's Birthday"
17151
+ }
17152
+ },
17148
17153
  "4th monday in October": {
17149
17154
  "_name": "05-01"
17150
17155
  },