diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f4a92..c1f1cc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,4 +4,4 @@ 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). -#### 0.0.1 +#### 1.0.0 diff --git a/package-lock.json b/package-lock.json index d395d7e..ffd4e51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "graphql-ttl-transformer", - "version": "0.0.1", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dab1825..84e80f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-ttl-transformer", - "version": "0.0.1", + "version": "1.0.0", "description": "Enable DynamoDB's time-to-live feature to auto-delete old entries in your AWS Amplify API!", "author": "Florian Gyger ", "license": "MIT",