Skip to content

Commit d8e676a

Browse files
chore(release): 1.1.0 [skip ci] # [1.1.0](v1.0.0...v1.1.0) (2024-02-07)
### Features * update json flag name to ensure it's unique from the global flag and import path module ([d03c567](d03c567))
1 parent d03c567 commit d8e676a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [1.1.0](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.0.0...v1.1.0) (2024-02-07)
2+
3+
### Features
4+
5+
- update json flag name to ensure it's unique from the global flag and import path module ([d03c567](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/d03c567a7549e5ada291d82525c78e19a1b8fcba))
6+
17
# 1.0.0 (2024-02-07)
28

39
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apex-code-coverage-transformer",
33
"description": "Transforms the Apex Code Coverage JSON into the Generic Test Data Report.",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"dependencies": {
66
"@oclif/core": "^3.18.1",
77
"@salesforce/core": "^6.4.7",

0 commit comments

Comments
 (0)