Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover committed Nov 12, 2024
1 parent fd5138c commit 4889f27
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Updated `package.json` to include the `exports` field for better bundler support.

### Fixed

## [6.1.2-beta.1]

### Changed

- Updated `package.json` to include the `exports` field for better bundler support.

## [6.1.2-beta.0]

### Fixed
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 @@ -76,5 +76,5 @@
},
"sideEffects": false,
"types": "lib/inversify.d.ts",
"version": "6.1.2-beta.0"
"version": "6.1.2-beta.1"
}

0 comments on commit 4889f27

Please sign in to comment.