Skip to content

Commit

Permalink
Prepare 0.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Aug 2, 2018
1 parent e30a0f1 commit 9b4e086
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
isotopes-0.3.3 (2018-08-02)

* Added runtime check to Isotope.put for presence of item name
* Added comments to TypeScript annotations
* Fixed generic partial types to be too shallow

isotopes-0.3.2 (2018-08-01)

* Added utility types for recursively making types all optional or required
Expand Down
2 changes: 1 addition & 1 deletion 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": "isotopes",
"version": "0.3.2",
"version": "0.3.3",
"description": "Serverless and typed object store built on top of AWS SimpleDB",
"keywords": [
"aws",
Expand Down

0 comments on commit 9b4e086

Please sign in to comment.