From f7ec51600fc15d6458fd197cd77cebc9e4635498 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:53:06 +0000 Subject: [PATCH] chore(master): release 1.8.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5919f41..5fa71b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.8.0](https://github.com/renatoliveira/apex-test-list/compare/v1.7.0...v1.8.0) (2024-10-28) + + +### Features + +* remove dependency on git repos ([8e073bf](https://github.com/renatoliveira/apex-test-list/commit/8e073bfa742b2b863de064c51591b26d8d9de6d5)) + ## [1.7.0](https://github.com/renatoliveira/apex-test-list/compare/v1.6.5...v1.7.0) (2024-10-26) diff --git a/package.json b/package.json index 102f995..ceaabc6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "apextestlist", "description": "A plugin that generates a list of apex test and test suite names for use in CI/CD pipelines.", - "version": "1.7.0", + "version": "1.8.0", "dependencies": { "@oclif/core": "4.0.30", "@salesforce/core": "^8.6.1",