diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..c77ba492 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 1.0.0 (2023-04-28) + + +### Miscellaneous Chores + +* Cleanup admin styles ([a9bb493](https://github.com/linchpin/ash/commit/a9bb493e2df7a305817253f9763d011a8c828b0a)) +* **NO-JIRA:** Improve linting ([a6241a3](https://github.com/linchpin/ash/commit/a6241a35f9774329c1bee666786372e0a39556cc)) +* **NO-JIRA:** Install dependencies ([1af7a01](https://github.com/linchpin/ash/commit/1af7a0176b604c17de4974b1f4fea7642de44f8b)) +* **NO-JIRA:** Merge upstream ([8380aba](https://github.com/linchpin/ash/commit/8380aba3ae3bcd5a9f1b05ba816a54084bdfc2e4)) +* **NO-JIRA:** Update PHPCS config ([1540f1d](https://github.com/linchpin/ash/commit/1540f1d707d943c6449ecb64e12d1e91c4814bc2)) +* Update readme ([e47d1a8](https://github.com/linchpin/ash/commit/e47d1a87322b1bd11157321b603272d723dd6929)) diff --git a/composer.json b/composer.json index 4d602fd5..d543974e 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", - "wptrt/wpthemereview": "^0.2.1", + "wptrt/wpthemereview": "^0.2.1", "php-parallel-lint/php-parallel-lint": "^1.3" }, "scripts": {