@vrbo/catalyst-render
Advanced tools
Comparing version 4.3.0 to 4.3.1
@@ -7,2 +7,3 @@ { | ||
"@semantic-release/changelog", | ||
"@semantic-release/npm", | ||
[ | ||
@@ -14,5 +15,4 @@ "@semantic-release/git", | ||
], | ||
"@semantic-release/npm", | ||
"@semantic-release/github" | ||
] | ||
} |
@@ -0,1 +1,8 @@ | ||
## [4.3.1](https://github.com/expediagroup/catalyst-render/compare/v4.3.0...v4.3.1) (2023-02-15) | ||
### Bug Fixes | ||
* Altering the order of semantic release config file to have it correct ([#40](https://github.com/expediagroup/catalyst-render/issues/40)) ([25b8c59](https://github.com/expediagroup/catalyst-render/commit/25b8c598e63b687388196ba9409f86d942df2009)) | ||
# [4.3.0](https://github.com/expediagroup/catalyst-render/compare/v4.2.1...v4.3.0) (2023-02-09) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@vrbo/catalyst-render", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"description": "A Hapi.js plugin to aid in server-side rendering using Handlebars and React.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
33706