From 4580fab4eb099d228a222a8af2b9865ac660c0f6 Mon Sep 17 00:00:00 2001 From: Jairo Panduro Date: Mon, 20 Dec 2021 15:22:53 -0500 Subject: [PATCH] Release 3.0.0-rc.53 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78fa1b9..3627e15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.0.0-rc.53 (2021-12-20) +- STRF-9553 Fallback languages in the chain [#258](https://github.com/bigcommerce/paper/pull/258) + ## 3.0.0-rc.52 (2021-12-8) - Bumps paper-handlebars to 4.5.1 [#255](https://github.com/bigcommerce/paper/pull/255) diff --git a/package.json b/package.json index 1903b2c..b9d7f2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-paper", - "version": "3.0.0-rc.52", + "version": "3.0.0-rc.53", "description": "A Stencil plugin to load template files and render pages using backend renderer plugins.", "main": "index.js", "author": "Bigcommerce",