Skip to content

Commit

Permalink
Bump version (#1634)
Browse files Browse the repository at this point in the history
* chore: bump package version

* chore: ignore webpack config in npm package

* docs: update docs
  • Loading branch information
notaphplover authored Nov 13, 2024
1 parent 3a5634b commit af2ca0a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ src
temp
test
tsconfig.json
webpack.config.mjs
wiki
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.4]

### Changed
- Updated planner with better error description when a binding can not be properly resolved.

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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@
},
"sideEffects": false,
"types": "lib/inversify.d.ts",
"version": "6.1.4-beta.1"
"version": "6.1.4"
}

0 comments on commit af2ca0a

Please sign in to comment.