Skip to content

Commit

Permalink
chore(release): 2.6.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.6.2](v2.6.1...v2.6.2) (2024-07-15)

### Bug Fixes

* add removed toDate method again and mark as deprecated ([#314](#314)) ([cf487e7](cf487e7))
  • Loading branch information
semantic-release-bot committed Jul 15, 2024
1 parent cf487e7 commit b3205fb
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.6.2](https://github.com/gastromatic/calendar-date/compare/v2.6.1...v2.6.2) (2024-07-15)


### Bug Fixes

* add removed toDate method again and mark as deprecated ([#314](https://github.com/gastromatic/calendar-date/issues/314)) ([cf487e7](https://github.com/gastromatic/calendar-date/commit/cf487e777c0495f3c1ef7c3c088ce2610e30e436))

## [2.6.1](https://github.com/gastromatic/calendar-date/compare/v2.6.0...v2.6.1) (2024-07-12)


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.6.1",
"version": "2.6.2",
"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 b3205fb

Please sign in to comment.