From bfdfc55cffb15da6ba0c5c46d40769c699ce364c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:33:00 +0200 Subject: [PATCH] chore(release): update release 5.0.0 (#384) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd1f29a..fe729d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [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.3](https://github.com/bigcommerce/paper/compare/v4.13.2...v4.13.3) (2024-08-07) diff --git a/package.json b/package.json index d7d3b93..9aa6426 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-paper", - "version": "4.13.3", + "version": "5.0.0", "description": "A Stencil plugin to load template files and render pages using backend renderer plugins.", "main": "index.js", "author": "Bigcommerce",