From 3423eb4e7321b68d4382889c019488443f25b61a Mon Sep 17 00:00:00 2001 From: flogy Date: Wed, 28 Oct 2020 09:43:30 +0100 Subject: [PATCH] 1.1.0 --- CHANGELOG.md | 12 +++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1f1cc2..2ef998d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index ffd4e51..bc17c86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "graphql-ttl-transformer", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 84e80f6..e91c625 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT",