Skip to content

Commit

Permalink
chore(release): 4.11.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.11.1](v4.11.0...v4.11.1) (2024-04-04)

### Bug Fixes

* ability to set default DynamoDB Connection globally and easily ([31123d6](31123d6)), closes [#680](#680)
  • Loading branch information
semantic-release-bot committed Apr 4, 2024
1 parent 31123d6 commit 2f3418d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.11.1](https://github.com/benhutchins/dyngoose/compare/v4.11.0...v4.11.1) (2024-04-04)


### Bug Fixes

* ability to set default DynamoDB Connection globally and easily ([31123d6](https://github.com/benhutchins/dyngoose/commit/31123d6c6d7568b4e4275bf03075a5e8f6f607c7)), closes [#680](https://github.com/benhutchins/dyngoose/issues/680)

# [4.11.0](https://github.com/benhutchins/dyngoose/compare/v4.10.2...v4.11.0) (2024-04-02)


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
@@ -1,6 +1,6 @@
{
"name": "dyngoose",
"version": "4.11.0",
"version": "4.11.1",
"type": "commonjs",
"description": "Elegant DynamoDB object modeling for Typescript",
"keywords": [
Expand Down

0 comments on commit 2f3418d

Please sign in to comment.