Skip to content

Commit 4bc9ec1

Browse files
authored
chore: bump version (#1879)
1 parent b97bfae commit 4bc9ec1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
### Changed
1212

13+
## [7.8.0]
14+
15+
### Added
16+
- Added `injectFromHierarchy`.
17+
1318
## [7.7.1]
1419

1520
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@
8989
"test:cjs": "nyc --reporter=lcov mocha lib/cjs/test/*.test.js lib/cjs/test/**/*.test.js --reporter spec"
9090
},
9191
"sideEffects": false,
92-
"version": "7.7.1"
92+
"version": "7.8.0"
9393
}

0 commit comments

Comments
 (0)