Skip to content

Commit fb2e789

Browse files
authored
Bump version (#1686)
* chore: bump version * docs: update changelog
1 parent 5a62702 commit fb2e789

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

1111
### Changed
1212

13+
### Fixed
14+
15+
## [6.2.1]
16+
1317
### Fixed
1418
- Added missing `LazyServiceIdentifer`.
1519

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@
7676
"test:cjs": "nyc --reporter=lcov mocha lib/cjs/test/*.test.js lib/cjs/test/**/*.test.js --reporter spec --require 'node_modules/reflect-metadata/Reflect.js'"
7777
},
7878
"sideEffects": false,
79-
"version": "6.2.0"
79+
"version": "6.2.1"
8080
}

0 commit comments

Comments
 (0)