Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover authored Oct 22, 2024
2 parents 7681eb2 + 50b06d4 commit 8899db7
Show file tree
Hide file tree
Showing 7 changed files with 595 additions and 747 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
with:
fetch-depth: 2
- name: Download Coverage report
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: coverage
path: coverage/
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

### Fixed
property injection tagged as @optional no longer overrides default values with `undefined`.
property injection tagged as @optional no longer overrides default values with `undefined`.
Updated `targetName` to be a valid `typescript@5` decorator.

## [6.0.2]

Expand Down
Loading

0 comments on commit 8899db7

Please sign in to comment.