From 4fbc7b7efd6f6904753daa376a7c08a6d5055a0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:16:34 +0200 Subject: [PATCH] chore(release): update release 6.0.2 (#334) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db77b7f..69d5804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.0.2](https://github.com/bigcommerce/paper-handlebars/compare/v6.0.1...v6.0.2) (2024-10-08) + + +### Bug Fixes + +* STRF-12532 Set Access has been denied to resolve the property message to info level ([#333](https://github.com/bigcommerce/paper-handlebars/issues/333)) ([17ad67d](https://github.com/bigcommerce/paper-handlebars/commit/17ad67dc130ea57bd79d317c9fd9a02736a95fed)) + ## [6.0.1](https://github.com/bigcommerce/paper-handlebars/compare/v6.0.0...v6.0.1) (2024-09-26) diff --git a/package.json b/package.json index 08448a7..f4af70b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-paper-handlebars", - "version": "6.0.1", + "version": "6.0.2", "description": "A paper plugin to render pages using Handlebars.js", "main": "index.js", "author": "Bigcommerce",