Skip to content

Commit 01e7d27

Browse files
committed
Version bump; update changelog.
1 parent 3b30902 commit 01e7d27

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
## version 23.7
5+
6+
+ Correct Labour Day date in Victoria, Australia - props [koterpillar](https://github.com/koterpillar) [(#12)](https://github.com/hvianna/desktopCal.js/pull/12).
7+
8+
49
## version 23.2
510

611
### Added:
@@ -15,6 +20,7 @@ Changelog
1520
+ Add, not replace, holidays in lieu (for UK and AU) - thank you [koterpillar](https://github.com/koterpillar) [(#10)](https://github.com/hvianna/desktopCal.js/pull/10);
1621
+ Updated US holidays: added Juneteenth and renamed Washington's Birthday to Presidents' Day.
1722

23+
1824
## version 23.1
1925

2026
### Added:

js/desktopCal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
'use strict';
2323

24-
const VERSION = '23.2';
24+
const VERSION = '23.7';
2525

2626
let cropper = [],
2727
colorPresets;

0 commit comments

Comments
 (0)