Skip to content

Commit

Permalink
chore(release): 4.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.8.0](v4.7.1...v4.8.0) (2023-10-14)

### Bug Fixes

* **afterSave:** updatedAttributes and deletedAttributes always empty ([c47aeb7](c47aeb7))

### Features

* abort controller support ([77da825](77da825))
  • Loading branch information
semantic-release-bot committed Oct 14, 2023
1 parent 77da825 commit 8fc23a8
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.8.0](https://github.com/benhutchins/dyngoose/compare/v4.7.1...v4.8.0) (2023-10-14)


### Bug Fixes

* **afterSave:** updatedAttributes and deletedAttributes always empty ([c47aeb7](https://github.com/benhutchins/dyngoose/commit/c47aeb7e37fe074b8fe00db1fae231749a65013a))


### Features

* abort controller support ([77da825](https://github.com/benhutchins/dyngoose/commit/77da82534352ba956eefc26cc3c9bdeed1ab635f))

## [4.7.1](https://github.com/benhutchins/dyngoose/compare/v4.7.0...v4.7.1) (2023-09-15)


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

0 comments on commit 8fc23a8

Please sign in to comment.