Skip to content

Commit 637333e

Browse files
committed
fix(revert): "upgrade @vrbo/determination to V6.0.0"
This reverts commit ae15d6b.
1 parent 6891eda commit 637333e

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

CHANGELOG.md

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
### [11.0.1] BREAKING CHANGES
2-
3-
- [Fix(deps)] Drop support for `"@vrbo/determination": "4.0.0"`.
4-
- Update `"@vrbo/determination": "4.0.0"` to `V6.0.0`.
5-
61
### [11.0.0] BREAKING CHANGES
72

83
- [Breaking] Drop support for node < 12.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vrbo/steerage",
33
"description": "Hapi plugin for server configuration and composition using confidence, topo, and shortstop.",
4-
"version": "11.0.1",
4+
"version": "11.0.0",
55
"author": "Trevor Livingston <tlivings@gmail.com>",
66
"repository": {
77
"type": "git",
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@hapi/hoek": "^9.0.4",
2020
"@hapi/topo": "^5.0.0",
21-
"@vrbo/determination": "^6.0.0",
21+
"@vrbo/determination": "^4.0.0",
2222
"dot-prop": "^5.2.0",
2323
"joi": "^17.2.0",
2424
"shortstop-handlers": "^1.0.1"

0 commit comments

Comments
 (0)