Skip to content

Commit

Permalink
Merge pull request #1495 from dynamoose/version/2.8.8
Browse files Browse the repository at this point in the history
Version 2.8.8
  • Loading branch information
fishcharlie committed Sep 2, 2022
2 parents fa8d14c + d078743 commit da7482a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

---

## Version 2.8.8

This release includes a few bug fixes that were back-ported from v3.

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

### Bug Fixes

- Fix TypeScript return types to allow for chainable methods for `Query` & `Scan`
- Add support for `null` prototype objects on attribute type Object

---

## Version 2.8.7

Version 3.0.0 of Dynamoose has been released. This is the corresponding v2 release. v2 will continue to receive bug fixes and security updates as needed for time being. However, we recommend that you upgrade to v3 as soon as possible, as v2 will not be maintained forever.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Below you will find the current branch strategy for the project. Work taking pla
| --- | --- | --- | --- |
| [`main`](https://github.com/dynamoose/dynamoose/tree/main) | 3.x.x | beta | - [Documentation](https://dynamoose.pages.dev/)<br>- [Pending Changelog](https://github.com/dynamoose/dynamoose/blob/main/PENDING_CHANGELOG.md) |
| [`v2`](https://github.com/dynamoose/dynamoose/tree/v2) | 2.8.x | | - [Documentation](https://v2.dynamoose.pages.dev/) |
| [`v2.8.7` (tag)](https://github.com/dynamoose/dynamoose/tree/v2.8.7) | 2.8.7 | latest | - [Documentation](https://dynamoosejs.com)
| [`v2.8.8` (tag)](https://github.com/dynamoose/dynamoose/tree/v2.8.8) | 2.8.8 | latest | - [Documentation](https://dynamoosejs.com)



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

0 comments on commit da7482a

Please sign in to comment.