Skip to content

Commit cf6d000

Browse files
authored
feat: add Philippines holidays (#730)
Refs: #729
1 parent e122643 commit cf6d000

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/holiday-generator/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export const COUNTRIES = [
5151
"NI", // Nicaragua
5252
"NG", // Nigeria
5353
"NO", // Norway
54+
"PH", // Philippines
5455
"PL", // Poland
5556
"PT", // Portugal
5657
"RO", // Romania

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Added
9+
- Holidays for Philippines ([#729])
810

911
## [1.5.0] - 2025-07-22
1012
### Added
@@ -113,6 +115,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113115
[#603]: https://github.com/FossifyOrg/Calendar/issues/603
114116
[#613]: https://github.com/FossifyOrg/Calendar/issues/613
115117
[#682]: https://github.com/FossifyOrg/Calendar/issues/682
118+
[#729]: https://github.com/FossifyOrg/Calendar/issues/729
116119

117120
[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.5.0...HEAD
118121
[1.5.0]: https://github.com/FossifyOrg/Calendar/compare/1.4.0...1.5.0

0 commit comments

Comments
 (0)