diff --git a/CHANGELOG.md b/CHANGELOG.md index d3e7f2e..ba7d09c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }}) +## v1.1.3 - [December 6, 2024](https://github.com/lando/apache/releases/tag/v1.1.3) + * Updated the version index.md to get Docuverse page to build correctly. ## v1.1.2 - [December 4, 2024](https://github.com/lando/apache/releases/tag/v1.1.2) diff --git a/package-lock.json b/package-lock.json index 6f948f3..533a052 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lando/apache", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 6ccfabb..5af1d92 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lando/apache", "description": "A Lando plugin that provides a tight integration with Apache.", - "version": "1.1.2", + "version": "1.1.3", "author": "Mike Pirog @pirog", "license": "GPL-3.0", "repository": "lando/apache",