Skip to content

Commit 022883c

Browse files
authored
Bump version (#1675)
* chore: bump package version * docs: update changelog
1 parent ee442fb commit 022883c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

99
### Added
1010

11+
### Changed
12+
13+
### Fixed
14+
15+
## [6.2.0-beta.1]
16+
17+
### Added
18+
1119
### Changed
1220
- Updated `interfaces.NextArgs` with optional `isOptional` param.
1321
- Updated `container` with `tryGet`.

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-beta.0"
79+
"version": "6.2.0-beta.1"
8080
}

0 commit comments

Comments
 (0)