Skip to content

Commit

Permalink
Merge pull request #456 from danger/f-meloni-patch-15
Browse files Browse the repository at this point in the history
Make environment public
  • Loading branch information
f-meloni committed Aug 4, 2021
2 parents ed6bc74 + 2ff4a87 commit 7692859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

## Master

- Expose Danger environment from utils [@f-meloni][] - [#456](https://github.com/danger/swift/pull/456)
- Support DangerDeps definition in multiple lines [@f-meloni][] - [#447](https://github.com/danger/swift/pull/447)

## 3.10.1
Expand Down
2 changes: 1 addition & 1 deletion Sources/Danger/DangerUtils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public struct DangerUtils {
return result
}

let environment = Environment()
public let environment = Environment()
}

extension DangerUtils {
Expand Down

0 comments on commit 7692859

Please sign in to comment.