Skip to content

Commit

Permalink
chore(release): 4.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.5.0](v4.4.0...v4.5.0) (2023-09-14)

### Bug Fixes

* expose proper typing for isTrulyEmpty ([ae04049](ae04049))

### Features

* accept number and string arrays on set properties ([72b57cc](72b57cc))
  • Loading branch information
semantic-release-bot committed Sep 14, 2023
1 parent 72b57cc commit 5e66e54
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.5.0](https://github.com/benhutchins/dyngoose/compare/v4.4.0...v4.5.0) (2023-09-14)


### Bug Fixes

* expose proper typing for isTrulyEmpty ([ae04049](https://github.com/benhutchins/dyngoose/commit/ae0404929c4295f5a828d65594baf53bffee1e04))


### Features

* accept number and string arrays on set properties ([72b57cc](https://github.com/benhutchins/dyngoose/commit/72b57cc75ab0aefcb18f54af31835dbd7159890d))

# [4.4.0](https://github.com/benhutchins/dyngoose/compare/v4.3.1...v4.4.0) (2023-09-14)


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

0 comments on commit 5e66e54

Please sign in to comment.