diff --git a/CHANGELOG.md b/CHANGELOG.md index 180855d..2d12728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog ## Pending -- Bumps paper-handlebars to 4.5.2 [#262](https://github.com/bigcommerce/paper/pull/262) +## 3.0.1 (2022-02-17) +- Bumps paper-handlebars to 4.5.2 [#266](https://github.com/bigcommerce/paper/pull/266) ## 3.0.0 (2022-02-08) * Deprecating 2x branch as it's not used and maintained anymore diff --git a/package.json b/package.json index 2e87c62..fc6f6df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-paper", - "version": "3.0.0", + "version": "3.0.1", "description": "A Stencil plugin to load template files and render pages using backend renderer plugins.", "main": "index.js", "author": "Bigcommerce",