From 624f9d7af145779fd2455f90aa64769ffa4b013a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 03:26:29 +0000 Subject: [PATCH] chore(master): release 1.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f1463..96f1cd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5346f95..c6456a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.3.0](https://github.com/devuri/wp-env-config/compare/v1.2.0...v1.3.0) (2023-11-02) + + +### Features + +* adds plugins list admin page ([c929c9d](https://github.com/devuri/wp-env-config/commit/c929c9d277d20664ba7874d6c2a741480b318bc8)) + + +### Miscellaneous Chores + +* **master:** release 1.2.0 ([f68727a](https://github.com/devuri/wp-env-config/commit/f68727a39260509d85be6291aad155f5476e4303)) + ## [1.2.0](https://github.com/devuri/wp-env-config/compare/v1.1.0...v1.2.0) (2023-11-01)