Skip to content

Commit

Permalink
Merge pull request #1635 from dynamoose/version/3.2.1
Browse files Browse the repository at this point in the history
Version 3.2.1
  • Loading branch information
fishcharlie committed Sep 14, 2023
2 parents 00ea7d2 + 9b9f64e commit 98646e7
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 14 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 3.2.1

This release includes some minor bug fixes.

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

### Bug Fixes

- Fixes inputs types for Mode.update(), allowing $SET, $ADD, $DELETE and $REMOVE
- Fixes save bug with expires set to object with no ttl

### Documentation

- Grammar fixes
- Fixing Mastodon verification link

---

## Version 3.2.0

This release fixes a lot of bugs and adds some nice to have features to make your Dynamoose experience even better.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ Below you will find the current branch strategy for the project. Work taking pla
| Branch | Version | NPM Tag | Links |
| --- | --- | --- | --- |
| [`main`](https://github.com/dynamoose/dynamoose/tree/main) | 3.x.x | | - [Documentation](https://dynamoose.pages.dev) |
| [`v3.2.0` (tag)](https://github.com/dynamoose/dynamoose/tree/v3.2.0) | 3.2.0 | latest | - [Documentation](https://dynamoosejs.com) |
| [`v3.2.1` (tag)](https://github.com/dynamoose/dynamoose/tree/v3.2.1) | 3.2.1 | latest | - [Documentation](https://dynamoosejs.com) |
| [`v2`](https://github.com/dynamoose/dynamoose/tree/v2) | 2.8.x | | - [Documentation](https://v2.dynamoose.pages.dev) |
| [`v2.8.8` (tag)](https://github.com/dynamoose/dynamoose/tree/v2.8.8) | 2.8.8 | latest-2 | - [Documentation](https://v2.dynamoosejs.com)


2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "3.2.0"
"version": "3.2.1"
}
4 changes: 2 additions & 2 deletions packages/dynamoose-logger/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/dynamoose-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamoose-logger",
"version": "3.2.0",
"version": "3.2.1",
"description": "Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by Mongoose)",
"homepage": "https://dynamoosejs.com",
"main": "dist/index.js",
Expand All @@ -18,7 +18,7 @@
"build": "tsc"
},
"dependencies": {
"dynamoose-utils": "^3.2.0",
"dynamoose-utils": "^3.2.1",
"js-object-utilities": "^2.1.0",
"uuid": "^8.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/dynamoose-utils/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 packages/dynamoose-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamoose-utils",
"version": "3.2.0",
"version": "3.2.1",
"description": "Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by Mongoose)",
"homepage": "https://dynamoosejs.com",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/dynamoose/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/dynamoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamoose",
"version": "3.2.0",
"version": "3.2.1",
"description": "Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by Mongoose)",
"homepage": "https://dynamoosejs.com",
"main": "dist/index.js",
Expand Down Expand Up @@ -30,11 +30,11 @@
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.142.0",
"@aws-sdk/util-dynamodb": "^3.142.0",
"dynamoose-utils": "^3.2.0",
"dynamoose-utils": "^3.2.1",
"js-object-utilities": "^2.1.0"
},
"devDependencies": {
"dynamoose-logger": "^3.2.0"
"dynamoose-logger": "^3.2.1"
},
"license": "Unlicense",
"funding": [
Expand Down

0 comments on commit 98646e7

Please sign in to comment.