Skip to content

Commit

Permalink
Merge pull request dynamoose#534 from fishcharlie/next-version
Browse files Browse the repository at this point in the history
Next Version
  • Loading branch information
fishcharlie authored Jan 14, 2019
2 parents ee87f2e + 8171a83 commit a55b11f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Dynamoose ChangeLog

## Version 1.4.0

This version adds some more options to the model and schema options objects.

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

### General

- **[errorUnknown](https://github.com/dynamoosejs/dynamoose/pull/531)** #531
- **[defaultReturnValues](https://github.com/dynamoosejs/dynamoose/pull/533)** #533

---

## Version 1.3.1

Just a simple bug fix release!
Expand All @@ -20,7 +33,7 @@ Please comment or [contact me](https://charlie.fish/contact) if you have any que

### Other

- **[Add error when not missing hash key for Model.get](https://github.com/dynamoosejs/dynamoose/pull/524)** #524
- **[Add error when not missing hash key for Model.get](https://github.com/dynamoosejs/dynamoose/pull/524)** #524

---

Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.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": "1.3.1",
"version": "1.4.0",
"description": "Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by Mongoose)",
"typings": "./dynamoose.d.ts",
"homepage": "https://github.com/dynamoosejs/dynamoose",
Expand Down

0 comments on commit a55b11f

Please sign in to comment.