Skip to content

Commit

Permalink
chore(release): 1.0.4 [skip ci] ## [1.0.4](v1.0.3...v1.0.4) (2024-04-05)
Browse files Browse the repository at this point in the history
### Bug Fixes

* get regular expression from a command flag instead of a file ([e3d7d40](e3d7d40))
* validate tests against package directories ([5b9b94e](5b9b94e))
  • Loading branch information
semantic-release-bot committed Apr 5, 2024
1 parent dff1d72 commit cb636c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.4](https://github.com/mcarvin8/apex-tests-git-delta/compare/v1.0.3...v1.0.4) (2024-04-05)

### Bug Fixes

- get regular expression from a command flag instead of a file ([e3d7d40](https://github.com/mcarvin8/apex-tests-git-delta/commit/e3d7d4075e0b02e1a4832a1df62e63ec17066eab))
- validate tests against package directories ([5b9b94e](https://github.com/mcarvin8/apex-tests-git-delta/commit/5b9b94e937591897a23050bcd677c268df195d9e))

## [1.0.3](https://github.com/mcarvin8/apex-tests-git-delta/compare/v1.0.2...v1.0.3) (2024-04-05)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apex-tests-git-delta",
"description": "Determine the Apex Tests to run when executing a Salesforce delta deployment.",
"version": "1.0.3",
"version": "1.0.4",
"dependencies": {
"@oclif/core": "^3.18.1",
"@salesforce/core": "^6.4.7",
Expand Down

0 comments on commit cb636c4

Please sign in to comment.