Skip to content

Commit

Permalink
chore(release): 2.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.8.0](v2.7.2...v2.8.0) (2025-01-28)

### Features

* add getTotalDays function to calendar date range ([d40aaf9](d40aaf9))
  • Loading branch information
semantic-release-bot committed Jan 28, 2025
1 parent d40aaf9 commit 2a6f645
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.8.0](https://github.com/gastromatic/calendar-date/compare/v2.7.2...v2.8.0) (2025-01-28)


### Features

* add getTotalDays function to calendar date range ([d40aaf9](https://github.com/gastromatic/calendar-date/commit/d40aaf9fc04b322372c61ef429a6541fb7851372))

## [2.7.2](https://github.com/gastromatic/calendar-date/compare/v2.7.1...v2.7.2) (2024-10-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "calendar-date",
"version": "2.7.2",
"version": "2.8.0",
"description": "Immutable object to represent a calendar date with zero dependencies",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 2a6f645

Please sign in to comment.