@vrbo/catalyst-render
Advanced tools
Comparing version 4.1.8 to 4.2.0
@@ -0,1 +1,8 @@ | ||
# [4.2.0](https://github.com/expediagroup/catalyst-render/compare/v4.1.8...v4.2.0) (2022-12-07) | ||
### Features | ||
* Upgrade to node v16 ([#32](https://github.com/expediagroup/catalyst-render/issues/32)) ([2b56711](https://github.com/expediagroup/catalyst-render/commit/2b56711151ecd698494831e8ef73d4209e4ce1a0)) | ||
## [4.1.8](https://github.com/expediagroup/catalyst-render/compare/v4.1.7...v4.1.8) (2022-12-06) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@vrbo/catalyst-render", | ||
"version": "4.1.8", | ||
"version": "4.2.0", | ||
"description": "A Hapi.js plugin to aid in server-side rendering using Handlebars and React.", | ||
@@ -63,6 +63,2 @@ "main": "lib/index.js", | ||
"@hapi/hapi": "^20.2.1", | ||
"nyc": "^15.0.0", | ||
"standard": "^16.0.0", | ||
"tap-spec": "^5.0.0", | ||
"tape": "^5.0.0", | ||
"@semantic-release/changelog": "^6.0.1", | ||
@@ -72,3 +68,7 @@ "@semantic-release/git": "^10.0.1", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"semantic-release": "^19.0.3" | ||
"nyc": "^15.0.0", | ||
"semantic-release": "^19.0.5", | ||
"standard": "^16.0.0", | ||
"tap-spec": "^5.0.0", | ||
"tape": "^5.0.0" | ||
}, | ||
@@ -75,0 +75,0 @@ "config": { |
Sorry, the diff of this file is not supported yet
32687