Skip to content

Commit

Permalink
chore(release): 4.11.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.11.2](v4.11.1...v4.11.2) (2024-06-05)

### Bug Fixes

* passing conditions from PrimaryKey.update to Table.update ([32a6807](32a6807)), closes [#699](#699)
  • Loading branch information
semantic-release-bot committed Jun 5, 2024
1 parent 32a6807 commit ed6e7cd
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.2](https://github.com/benhutchins/dyngoose/compare/v4.11.1...v4.11.2) (2024-06-05)


### Bug Fixes

* passing conditions from PrimaryKey.update to Table.update ([32a6807](https://github.com/benhutchins/dyngoose/commit/32a6807819184931d4ea947de7dae8df6c8128ba)), closes [#699](https://github.com/benhutchins/dyngoose/issues/699)

## [4.11.1](https://github.com/benhutchins/dyngoose/compare/v4.11.0...v4.11.1) (2024-04-04)


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.1",
"version": "4.11.2",
"type": "commonjs",
"description": "Elegant DynamoDB object modeling for Typescript",
"keywords": [
Expand Down

0 comments on commit ed6e7cd

Please sign in to comment.