diff --git a/CHANGELOG.md b/CHANGELOG.md index 8884ad8..35aff0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.7](https://github.com/adobe/franklin-library/compare/v3.1.6...v3.1.7) (2024-04-20) + + +### Bug Fixes + +* **deps:** update dependency inquirer to v9.2.19 ([12b979f](https://github.com/adobe/franklin-library/commit/12b979f20e72ab617dcae80d7e91b60774ee65ba)) + ## [3.1.6](https://github.com/adobe/franklin-library/compare/v3.1.5...v3.1.6) (2024-04-13) diff --git a/package.json b/package.json index e1fae45..f843c98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/create-franklin-library", - "version": "3.1.6", + "version": "3.1.7", "description": "Create Franklin Library", "main": "create-franklin-shared.js", "type": "module",