Skip to content

Commit

Permalink
Promote to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Jan 5, 2024
1 parent 651d47b commit 9a158dd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,20 @@ This change log follows the format documented in [Keep a CHANGELOG].
[semantic versioning]: http://semver.org/
[keep a changelog]: http://keepachangelog.com/

## v3.1.0 - 2024-01-05

This release is brought to you by @kossnocorp, @makstyle119 and @dmgawel.

### Fixed

- [Fixed the plural form of weeks in Swedish](https://github.com/date-fns/date-fns/pull/3448).

### Added

- [Added `yearsToDays` function](https://github.com/date-fns/date-fns/pull/3540).

- Added warning about using protected tokens like `Y` or `D` without passing a corresponding option. [See #2950](https://github.com/date-fns/date-fns/issues/2950).

## v3.0.6 - 2023-12-22

On this release worked @imwh0im, @jamcry and @tyrw.
Expand Down
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.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "date-fns",
"version": "3.0.6",
"version": "3.1.0",
"contributors": [
"Sasha Koss <koss@nocorp.me>",
"Lesha Koss <regiusprod@gmail.com>"
Expand Down Expand Up @@ -6048,4 +6048,4 @@
"typescript": "^5.3.2",
"vitest": "^0.34.6"
}
}
}

0 comments on commit 9a158dd

Please sign in to comment.