Skip to content

Commit af70156

Browse files
committed
Prepare 0.6.0 release
1 parent 4cc81a3 commit af70156

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
isotopes-0.6.0 (2020-04-13)
2+
3+
* Added support for passing options directly to SimpleDB
4+
15
isotopes-0.5.1 (2018-12-26)
26

37
* Updated all dependencies to fix security vulnerabilities

docs/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ npm update isotopes
1010

1111
## Changelog
1212

13+
### 0.6.0 <small>_ April 13, 2020</small>
14+
15+
* Added support for passing options directly to SimpleDB
16+
1317
### 0.5.1 <small>_ December 26, 2018</small>
1418

1519
* Updated all dependencies to fix security vulnerabilities

package-lock.json

Lines changed: 8 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "isotopes",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "Serverless and typed object store built on top of AWS SimpleDB",
55
"keywords": [
66
"aws",

0 commit comments

Comments
 (0)