From 4bdbd2dbbb0bceea97851416863405ed7669240f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:24:53 +0000 Subject: [PATCH] chore(release): update release 4.13.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6098b17..53d3ed4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.13.0](https://github.com/bigcommerce/paper/compare/v4.12.2...v4.13.0) (2024-07-22) + + +### Features + +* STRF-12284 Add dependabot to paper ([#368](https://github.com/bigcommerce/paper/issues/368)) ([d495549](https://github.com/bigcommerce/paper/commit/d495549bbe133208b215c1717c93fe5e8806cc71)) + ## [4.12.2](https://github.com/bigcommerce/paper/compare/v4.12.1...v4.12.2) (2024-06-13) diff --git a/package.json b/package.json index d5f25da..f1b7ec4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-paper", - "version": "4.12.2", + "version": "4.13.0", "description": "A Stencil plugin to load template files and render pages using backend renderer plugins.", "main": "index.js", "author": "Bigcommerce",