We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97bfae commit 4bc9ec1Copy full SHA for 4bc9ec1
CHANGELOG.md
@@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
11
### Changed
12
13
+## [7.8.0]
14
+
15
+### Added
16
+- Added `injectFromHierarchy`.
17
18
## [7.7.1]
19
20
package.json
@@ -89,5 +89,5 @@
89
"test:cjs": "nyc --reporter=lcov mocha lib/cjs/test/*.test.js lib/cjs/test/**/*.test.js --reporter spec"
90
},
91
"sideEffects": false,
92
- "version": "7.7.1"
+ "version": "7.8.0"
93
}
0 commit comments