Skip to content

Commit

Permalink
chore(release): v17.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iku-turso committed Sep 6, 2023
1 parent a1527e3 commit 38cd379
Show file tree
Hide file tree
Showing 46 changed files with 275 additions and 185 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [17.6.0](https://github.com/ogre-works/ogre-tools/compare/v17.5.1...v17.6.0) (2023-09-06)

### Features

- Introduce the injectable bunch, ie. a registrable object of multiple injectables ([e115dde](https://github.com/ogre-works/ogre-tools/commit/e115ddea8f4c90c2403d6fe17db330e87d2da6dc))
- Make auto-register support same injectable being exported multiple times ([a1527e3](https://github.com/ogre-works/ogre-tools/commit/a1527e3b17b44d7df6c5084049a01f2af30b9141))

### Bug Fixes

- Enforce code coverage yet again ([08dde1f](https://github.com/ogre-works/ogre-tools/commit/08dde1fc1e20bc6b8f07c1aa141d264fec5020c8))

### [17.5.1](https://github.com/ogre-works/ogre-tools/compare/v17.5.0...v17.5.1) (2023-06-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "17.5.1",
"version": "17.6.0",
"useWorkspaces": true,
"command": {
"bootstrap": {
Expand Down
Loading

0 comments on commit 38cd379

Please sign in to comment.