From a63443465c29037edd7ee8daac4c46529fedace8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 7 Oct 2024 16:45:00 +0000 Subject: [PATCH] chore(release): 3.1.18 [skip ci] ## [3.1.18](https://github.com/adobe/franklin-library/compare/v3.1.17...v3.1.18) (2024-10-07) ### Bug Fixes * **deps:** update dependency inquirer to v12 ([#409](https://github.com/adobe/franklin-library/issues/409)) ([8bf62a0](https://github.com/adobe/franklin-library/commit/8bf62a0b32c67f3f919aa161e1833e39d7b9a75b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f8332d..6f2911c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.18](https://github.com/adobe/franklin-library/compare/v3.1.17...v3.1.18) (2024-10-07) + + +### Bug Fixes + +* **deps:** update dependency inquirer to v12 ([#409](https://github.com/adobe/franklin-library/issues/409)) ([8bf62a0](https://github.com/adobe/franklin-library/commit/8bf62a0b32c67f3f919aa161e1833e39d7b9a75b)) + ## [3.1.17](https://github.com/adobe/franklin-library/compare/v3.1.16...v3.1.17) (2024-09-28) diff --git a/package.json b/package.json index d8bcba9..78c2760 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/create-franklin-library", - "version": "3.1.17", + "version": "3.1.18", "description": "Create Franklin Library", "main": "create-franklin-shared.js", "type": "module",