Skip to content

Commit

Permalink
chore: version 6.0.2 (#1544)
Browse files Browse the repository at this point in the history
- I updated chaangelog, I excluded any changes to documentation only - please let me know if I missed anything
  • Loading branch information
Jameskmonger committed Oct 20, 2023
1 parent 8df003b commit 5d3d62a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,16 @@ Brought tests up to 100% Code Coverage

### Changed
LazyIdentfier Tests
Removed browser test pipeline
Removed browser test pipeline, browserify, karma (#1542)
Update all dependencies except typescript (#1531)

### Fixed
Less than 100% code coverage
Use default class property for @optional injected properties (#1467)
Remove circular import (#1516)
Fix strict type checking on @unmanaged decorator (#1499)
Fix typo (LazyServiceIdentifer -> LazyServiceIdentifier) (#1483)
Fix typo (circular dependency error message) (#1485)

## [6.0.1] - 2021-10-14
### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
},
"sideEffects": false,
"types": "lib/inversify.d.ts",
"version": "6.0.1"
"version": "6.0.2"
}

0 comments on commit 5d3d62a

Please sign in to comment.