From 21c6f86f21878bc18c8c2566ac5976ee19ac6fc3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 19:13:20 +0200 Subject: [PATCH] chore(release): update release 4.10.3 (#350) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f452d89..39e2f81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.10.3](https://github.com/bigcommerce/paper/compare/v4.10.2...v4.10.3) (2023-08-25) + +### Bug Fixes + +* bump paper hbs with chrono updates ([#349](https://github.com/bigcommerce/paper/issues/349)) ([25fe87d](https://github.com/bigcommerce/paper/commit/25fe87dc671b61a34a69b3a83673ae9723a1fc25)) + ## [4.10.2](https://github.com/bigcommerce/paper/compare/v4.10.1...v4.10.2) (2023-08-16) diff --git a/package.json b/package.json index 1d6bb84..35cebab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-paper", - "version": "4.10.2", + "version": "4.10.3", "description": "A Stencil plugin to load template files and render pages using backend renderer plugins.", "main": "index.js", "author": "Bigcommerce",