diff --git a/CHANGELOG.md b/CHANGELOG.md index 274715c..03361ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## IN DEVELOPMENT +## v0.5.3 - [March 2, 2022](https://github.com/lando/drupal/releases/tag/v0.5.2) + +Lando is **free** and **open source** software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by [contributing](https://github.com/sponsors/lando). + +* Set Drupal 7 to use php 7.4 [https://github.com/lando/drupal/issues/9](#9) +* Fix linting issues + ## v0.5.2 - [March 2, 2022](https://github.com/lando/drupal/releases/tag/v0.5.2) Lando is **free** and **open source** software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by [contributing](https://github.com/sponsors/lando). diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 5859e8b..563df61 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1,7 +1,3 @@ -const {path} = require('@vuepress/utils'); -const yaml = require('js-yaml'); -const fs = require('fs'); - module.exports = { lang: 'en-US', title: 'Lando', diff --git a/package.json b/package.json index c4bd879..b29950c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lando/drupal", "description": "A Lando plugin that provides a tight integration with Drupal.", - "version": "0.5.2", + "version": "0.5.3", "author": "John Ouellet @labboy0276", "license": "GPL-3.0", "repository": "lando/drupal",