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",