Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flogy committed Oct 28, 2020
1 parent c907569 commit 3423eb4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### 1.0.0
#### [v1.1.0](https://github.com/flogy/graphql-ttl-transformer/compare/v1.0.0...v1.1.0)

- allow using AWSTimestamp as type too [`c907569`](https://github.com/flogy/graphql-ttl-transformer/commit/c907569b0214be9ef7f6067409f898428c149abb)

#### v1.0.0

> 25 October 2020
- setup scripts, license and readme files [`f8a372e`](https://github.com/flogy/graphql-ttl-transformer/commit/f8a372e3c312744f79d160c232e290d3dfee1508)
- test that directive can only be used on fields and not on types [`c83510c`](https://github.com/flogy/graphql-ttl-transformer/commit/c83510ce52fc3894f8b342ec110385267dac0e1a)
- add TTL property to resulting CloudFormation stack [`66a7b83`](https://github.com/flogy/graphql-ttl-transformer/commit/66a7b834f5e894a807562430ddd161f409117751)
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": "graphql-ttl-transformer",
"version": "1.0.0",
"version": "1.1.0",
"description": "Enable DynamoDB's time-to-live feature to auto-delete old entries in your AWS Amplify API!",
"author": "Florian Gyger <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 3423eb4

Please sign in to comment.