Skip to content

Commit

Permalink
Add bank holidays for 2025
Browse files Browse the repository at this point in the history
Bump asl-constants version number
  • Loading branch information
edemirbag committed Feb 7, 2024
1 parent 378d163 commit e9d5846
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
14 changes: 11 additions & 3 deletions constants/bank-holidays.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// taken from https://www.gov.uk/bank-holidays
// TODO: update before end of 2022
// TODO: update before end of 2025
module.exports = [
'2019-08-26',
'2019-12-25',
Expand Down Expand Up @@ -46,5 +46,13 @@ module.exports = [
'2024-05-27',
'2024-08-26',
'2024-12-25',
'2024-12-26'
];
'2024-12-26',
'2025-01-01',
'2025-04-18',
'2025-04-21',
'2025-05-05',
'2025-05-26',
'2025-08-25',
'2025-12-25',
'2025-12-26'
];
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ukhomeoffice/asl-constants",
"version": "2.1.2",
"version": "2.1.3",
"description": "Shared constants for ASL modules",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e9d5846

Please sign in to comment.