diff --git a/CHANGELOG.md b/CHANGELOG.md index bc35539..7331096 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 4.5.3 +- Bump lodash version to 4.17.21 ([#161](https://github.com/bigcommerce/paper-handlebars/pull/161)) + + ## 4.5.2 - Add log level variable to control log helper ([#158](https://github.com/bigcommerce/paper-handlebars/pull/158)) diff --git a/package.json b/package.json index 0e52952..1345b9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-paper-handlebars", - "version": "4.5.2", + "version": "4.5.3", "description": "A paper plugin to render pages using Handlebars.js", "main": "index.js", "author": "Bigcommerce", @@ -30,7 +30,7 @@ "handlebars-helpers": "0.8.4", "handlebars-utils": "^1.0.6", "he": "^1.2.0", - "lodash": "^4.17.13", + "lodash": "^4.17.21", "stringz": "^0.1.1" }, "devDependencies": {