Skip to content

Commit

Permalink
Merge pull request #1151 from dynamoose/version/2.7.2
Browse files Browse the repository at this point in the history
Version 2.7.2
  • Loading branch information
fishcharlie committed Mar 14, 2021
2 parents 69c7406 + 83a3921 commit 43e5478
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

---

## Version 2.7.2

This release fixes a bug related to the return value of `document.save` and `Model.create`, and more.

Please comment or [contact me](https://charlie.fish/contact) if you have any questions about this release.

### Bug Fixes

- `document.save` & `Model.create` now return the document saved to DynamoDB
- Type messages now display `null` when passing in a invalid type `null` value as opposed to the previous `object`

### Other

- Added some more TypeScript tests

---

## Version 2.7.1

This release has a lot of bug fixes for Dynamoose.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ Below you will find the current branch strategy for the project. Work taking pla
| --- | --- | --- | --- |
| [`v3`](https://github.com/dynamoose/dynamoose/tree/v3) | 3.0.0 | alpha | - [Documentation](https://dynamoose-git-v3-dynamoose.vercel.app/) |
| [`master`](https://github.com/dynamoose/dynamoose/tree/master) | 2.7.x | | - [Documentation](https://dynamoose.now.sh/) |
| [`v2.7.1` (tag)](https://github.com/dynamoose/dynamoose/tree/v2.7.1) | 2.7.1 | latest | - [Documentation](https://dynamoosejs.com)
| [`v2.7.2` (tag)](https://github.com/dynamoose/dynamoose/tree/v2.7.2) | 2.7.2 | latest | - [Documentation](https://dynamoosejs.com)




2 changes: 1 addition & 1 deletion 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": "dynamoose",
"version": "2.7.1",
"version": "2.7.2",
"description": "Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by Mongoose)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

1 comment on commit 43e5478

@vercel
Copy link

@vercel vercel bot commented on 43e5478 Mar 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.