Skip to content

Commit

Permalink
Bump version (#1620)
Browse files Browse the repository at this point in the history
* chore: update npmignore with renovate.json file

* chore: bump version

* docs: update docs
  • Loading branch information
notaphplover authored Nov 12, 2024
1 parent f0458c1 commit 5b7c8c8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ISSUE_TEMPLATE.md
mocha.opts
prettier.config.mjs
PULL_REQUEST_TEMPLATE.md
renovate.json
src
temp
test
Expand Down
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [6.1.2-beta.1]
## [6.1.2]

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

### Fixed
- Updated fetch metadata flows with better error descriptions.

## [6.1.2-beta.1]

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

## [6.1.2-beta.0]

### Fixed
- Updated fetch metadata flows with better error descriptions
- Updated fetch metadata flows with better error descriptions.

## [6.1.1]

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.1"
"version": "6.1.2"
}

0 comments on commit 5b7c8c8

Please sign in to comment.