From 1abeb2b8b4cfd1380c07cea711cf014c4d57c9b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:18:39 +0000 Subject: [PATCH] chore(release): update release 5.0.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9775011..eb8ec68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [5.0.0](https://github.com/bigcommerce/paper/compare/v4.13.3...v5.0.0) (2024-08-19) + + +### Features + +* STRF-11900 Drop node 18, add node 20, 22 ([#383](https://github.com/bigcommerce/paper/issues/383)) ([9b7a5a5](https://github.com/bigcommerce/paper/commit/9b7a5a5d5434243ac953ba08112a66184cfcd965)) + + +### BREAKING CHANGES + +* Drop support of node 16, 18 + ## [4.13.2](https://github.com/bigcommerce/paper/compare/v4.13.1...v4.13.2) (2024-07-30) diff --git a/package.json b/package.json index 6ac9047..9aa6426 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-paper", - "version": "4.13.2", + "version": "5.0.0", "description": "A Stencil plugin to load template files and render pages using backend renderer plugins.", "main": "index.js", "author": "Bigcommerce",