Skip to content

Commit

Permalink
Bump minor version + Bump Luxon to 3.5.0 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdavey authored Dec 1, 2024
1 parent 86bc81d commit 508aef6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ Joi.timezone().validate('Australia/Darwin');
This library is tested for compatibility, and contains peer dependencies with the following versions.


| Version | @hapi/joi 16.x | joi 16.x | joi 17.x |
|----------------------------------------------------------------|----------------|----------|----------|
| [5.0.0](https://github.com/tjdavey/joi-tz/releases/tag/v5.0.0) | |||
| [4.1.1](https://github.com/tjdavey/joi-tz/releases/tag/v4.1.1) | |||
| [4.1.0](https://github.com/tjdavey/joi-tz/releases/tag/v4.1.0) | |||
| [4.0.2](https://github.com/tjdavey/joi-tz/releases/tag/v4.0.2) || | |
| Version | @hapi/joi 16.x | joi 16.x | joi 17.x | Timezone Database |
|----------------------------------------------------------------|----------------|----------|----------|---------------------------------------------------------|
| [5.0.1](https://github.com/tjdavey/joi-tz/releases/tag/v5.0.1) | ||| [Luxon](https://moment.github.io/luxon) 3.5.x |
| [5.0.0](https://github.com/tjdavey/joi-tz/releases/tag/v5.0.0) | ||| [Luxon](https://moment.github.io/luxon) 3.4.x |
| [4.1.1](https://github.com/tjdavey/joi-tz/releases/tag/v4.1.1) | ||| [Moment-Timezone](https://momentjs.com/timezone/) 0.5.x |
| [4.1.0](https://github.com/tjdavey/joi-tz/releases/tag/v4.1.0) | ||| [Moment-Timezone](https://momentjs.com/timezone/) 0.5.x |
| [4.0.2](https://github.com/tjdavey/joi-tz/releases/tag/v4.0.2) || | | [Moment-Timezone](https://momentjs.com/timezone/) 0.5.x |

## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Ftjdavey%2Fjoi-tz.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Ftjdavey%2Fjoi-tz?ref=badge_large)
18 changes: 9 additions & 9 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joi-tz",
"version": "5.0.0",
"version": "5.0.1",
"description": "Timezone string validation for Joi 16.x or higher.",
"keywords": [
"joi",
Expand Down Expand Up @@ -35,7 +35,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"luxon": "^3.4.4"
"luxon": "^3.5.0"
},
"peerDependencies": {
"joi": ">=16.1.8"
Expand Down

0 comments on commit 508aef6

Please sign in to comment.