Skip to content

Commit

Permalink
Merge pull request #1300 from dynamoose/version/2.8.3
Browse files Browse the repository at this point in the history
Version 2.8.3
  • Loading branch information
fishcharlie authored Nov 28, 2021
2 parents 9e8b6df + 736417a commit 42bb2bb
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

---

## Version 2.8.3

This release fixes a bug if you started `source-map-support` yourself where Dynamoose would try to do the same and would lead to conflicts.

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

### Bug Fixes

- Not registering `source-map-support` if already initialized.

### Other

- Renamed primary branch from `master` to `main`.
- Added Node.js v16.x to CI test suite.
- General v3 alpha README fixes.

---

## Version 2.8.2

This release fixes a few major bugs.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ 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://v3.dynamoose.pages.dev/)<br>- [Pending Changelog](https://github.com/dynamoose/dynamoose/blob/v3/PENDING_CHANGELOG.md) |
| [`main`](https://github.com/dynamoose/dynamoose/tree/main) | 2.8.x | | - [Documentation](https://dynamoose.pages.dev/) |
| [`v2.8.2` (tag)](https://github.com/dynamoose/dynamoose/tree/v2.8.2) | 2.8.2 | latest | - [Documentation](https://dynamoosejs.com)
| [`v2.8.3` (tag)](https://github.com/dynamoose/dynamoose/tree/v2.8.3) | 2.8.3 | 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.2",
"version": "2.8.3",
"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 42bb2bb

Please sign in to comment.