From 9b60d5caecba3ae42ef389da8e8bd4ab9bf1f683 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 13 Jul 2024 16:05:26 +0000 Subject: [PATCH] chore(release): 3.1.13 [skip ci] ## [3.1.13](https://github.com/adobe/franklin-library/compare/v3.1.12...v3.1.13) (2024-07-13) ### Bug Fixes * **deps:** update dependency inquirer to v10.0.1 ([97dd4e8](https://github.com/adobe/franklin-library/commit/97dd4e848334ebe4bcc7da001401aa6c70df75f9)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e2eee0..0ffb4a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.13](https://github.com/adobe/franklin-library/compare/v3.1.12...v3.1.13) (2024-07-13) + + +### Bug Fixes + +* **deps:** update dependency inquirer to v10.0.1 ([97dd4e8](https://github.com/adobe/franklin-library/commit/97dd4e848334ebe4bcc7da001401aa6c70df75f9)) + ## [3.1.12](https://github.com/adobe/franklin-library/compare/v3.1.11...v3.1.12) (2024-07-08) diff --git a/package.json b/package.json index 7b800b8..5106c4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/create-franklin-library", - "version": "3.1.12", + "version": "3.1.13", "description": "Create Franklin Library", "main": "create-franklin-shared.js", "type": "module",