Skip to content

Commit

Permalink
chore: bump version (#1650)
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover authored Nov 26, 2024
1 parent 72951ba commit ee72b84
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Fixed

## [6.1.5-beta.0]

### Changed
- Updated library to import `reflect-metadata`. Importing `reflect-metadata` before bootstraping a module in the userland is no longer required.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,5 @@
"update": "updates --update --minor && npm install"
},
"sideEffects": false,
"types": "lib/inversify.d.ts",
"version": "6.1.4"
"version": "6.1.5-beta.0"
}

0 comments on commit ee72b84

Please sign in to comment.