From 14fbbec98736ff60694f795e1e18ec5872f0de04 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 23 Feb 2024 14:55:20 +0000 Subject: [PATCH] Make markdown lists consistent --- CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aaf7e6..63ddf33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,17 @@ ### Added -* Add initial JavaScript/TypeScript/Fractal support to `versa install` and `versa run`. -* Add a Symfony project type. -* Automatically use PHPUnit or ParaTest based on `require-dev` dependencies. -* Automatically find the PHP project type (i.e. Drupal or Sculpin) based on its `composer.json` dependencies. -* Add `versa build` to build a Sculpin project. -* Add `--extra-args` to pass extra arguments to the underlying command. +- Add initial JavaScript/TypeScript/Fractal support to `versa install` and `versa run`. +- Add a Symfony project type. +- Automatically use PHPUnit or ParaTest based on `require-dev` dependencies. +- Automatically find the PHP project type (i.e. Drupal or Sculpin) based on its `composer.json` dependencies. +- Add `versa build` to build a Sculpin project. +- Add `--extra-args` to pass extra arguments to the underlying command. ### Fixed -* Support multiple extra args with spaces, e.g. `versa test --testdox --filter foo`. -* Prevent timeout errors with `versa run`. +- Support multiple extra args with spaces, e.g. `versa test --testdox --filter foo`. +- Prevent timeout errors with `versa run`. ## 0.2.0