Skip to content

Commit a0482e1

Browse files
authored
chore(main): release 1.1.0 (#16)
1 parent e726e57 commit a0482e1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/scolladon/apex-mutation-testing/compare/v1.0.0...v1.1.0) (2025-03-02)
4+
5+
6+
### Features
7+
8+
* generate mutation only for covered lines ([#15](https://github.com/scolladon/apex-mutation-testing/issues/15)) ([e726e57](https://github.com/scolladon/apex-mutation-testing/commit/e726e57571d4cd84db82eae6b150a85d77ecb0f0))
9+
310
## 1.0.0 (2025-02-27)
411

512

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apex-mutation-testing",
33
"description": "Apex mutation testing plugin",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"dependencies": {
66
"@oclif/core": "^4.2.8",
77
"@salesforce/apex-node": "^8.1.19",

0 commit comments

Comments
 (0)