Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YosafatEG committed Nov 4, 2021
1 parent b466268 commit 5970a1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### 4.0.0 - 2021-11-04

- [Breaking] Drop support for node < 14.
- Update Github test workflow to only test againt node v 14.x
- Update dependencies, npm, and engines in package.json to support node version >= 14.
## 3.0.0 - 2020-08-18
### BREAKING CHANGE
- [Breaking] Drop support for Hapi <= 19
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vrbo/catalyst-render",
"version": "3.0.0",
"version": "4.0.0",
"description": "A Hapi.js plugin to aid in server-side rendering using Handlebars and React.",
"main": "lib/index.js",
"author": {
Expand Down

0 comments on commit 5970a1e

Please sign in to comment.