Skip to content

Commit

Permalink
3.23.13
Browse files Browse the repository at this point in the history
  • Loading branch information
commenthol committed Nov 26, 2024
1 parent 9def8f9 commit 07346f9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 15 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.23.13](https://github.com/commenthol/date-holidays/compare/3.23.12...3.23.13) (2024-11-26)

- fix(AU): correct Kings Birthday in Western Australia for 2024 [6a81888e](https://github.com/commenthol/date-holidays/commit/6a81888e56ecab97094183578ea4fb0630e90da0)
- fix(CL): enable june solstice holiday since 2022 [e8e98e1f](https://github.com/commenthol/date-holidays/commit/e8e98e1fc1faf65f5de2bffeb07cd23e5b244d94)
- fix(CL): changed fixed date holiday june 21st to june solstice [b9417a8d](https://github.com/commenthol/date-holidays/commit/b9417a8d924de879fdb39a0e2305fcedf96bf287)
- chore: add node@22 [65b10b7b](https://github.com/commenthol/date-holidays/commit/65b10b7b38585320e111696bf88a4b2461416c88)

## [3.23.12](https://github.com/commenthol/date-holidays/compare/3.23.11...3.23.12) (2024-05-04)

- test(BQ,CW,SR): fix fixtures [70dbb2d3](https://github.com/commenthol/date-holidays/commit/70dbb2d3142566cf1580be37159f08439713e7c2)
Expand Down
32 changes: 17 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "date-holidays",
"version": "3.23.12",
"version": "3.23.13",
"description": "worldwide holidays",
"keywords": [
"holidays",
Expand Down Expand Up @@ -40,6 +40,7 @@
"Brian Keifer <[email protected]>",
"Christian Schinnerl <[email protected]>",
"Cristian Andrade <[email protected]>",
"Cristóbal Berríos <[email protected]>",
"Daichan <[email protected]>",
"damon02 <[email protected]>",
"David Álvarez Navarro <[email protected]>",
Expand Down Expand Up @@ -82,6 +83,7 @@
"Kevin Ley <[email protected]>",
"Kevin Ley <[email protected]>",
"Kevin Samoei <[email protected]>",
"Kiernan McColl <[email protected]>",
"Konstantinos Koukourakis <[email protected]>",
"Leonidas Villeneuve <[email protected]>",
"Long Nguyen <[email protected]>",
Expand Down Expand Up @@ -229,31 +231,31 @@
"prepin": "^1.0.3"
},
"devDependencies": {
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.24.5",
"@babel/preset-env": "^7.26.0",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@mocha/contributors": "git+https://github.com/commenthol/contributors.git#semver:1.1.0-0",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"dtslint": "^4.2.1",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-yml": "^0.15.0",
"hashtree": "^0.7.0",
"husky": "^9.0.11",
"markedpp": "^1.3.0",
"mocha": "^10.4.0",
"husky": "^9.1.7",
"markedpp": "^1.4.0",
"mocha": "^10.8.2",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5",
"rollup": "^2.79.1",
"typescript": "^5.4.5",
"rimraf": "^6.0.1",
"rollup": "^2.79.2",
"typescript": "^5.7.2",
"watch-run": "^1.2.5",
"webpack": "^5.91.0",
"webpack": "^5.96.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4"
},
Expand Down

0 comments on commit 07346f9

Please sign in to comment.