diff --git a/.npmignore b/.npmignore index e4da743..5ab79cf 100644 --- a/.npmignore +++ b/.npmignore @@ -1 +1,2 @@ ./static +*.tgz \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index abe2bcb..a857a91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.1.4] - 2022-03-04 -### Added +## [0.1.5] - 2022-03-04 +### Added - added a badge to README linking to the NPM repo ### Changed @@ -23,5 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - local and remote seeding for the following Authentication types: AWS_IAM, API_KEY and Cognito User pools - ability to link into amplify hooks to enable commands like `amplify mock --seed` +[0.1.5]: https://github.com/awslabs/amplify-graphql-seed-plugin/releases/tag/v0.1.4 [0.1.4]: https://github.com/awslabs/amplify-graphql-seed-plugin/releases/tag/v0.1.4 [0.1.3]: https://github.com/awslabs/amplify-graphql-seed-plugin/releases/tag/v0.1.3 diff --git a/package.json b/package.json index b7490b3..e138736 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amplify-graphql-seed-plugin", - "version": "0.1.4", + "version": "0.1.5", "description": "AWS Amplify plugin for local and remote seeding of GraphQL API.", "author": "Michal Juras and Laurens Brinker, Amazon Web Services", "engines": { @@ -31,5 +31,5 @@ "devDependencies": { "eslint": "^8.9.0" }, - "keywords": ["aws", "amplify", "graphql", "seeding", "seed", "mock", "mock data", "database", "plugin", "automate"] + "keywords": ["aws", "amplify", "graphql", "seeding", "seed", "mock", "mock data", "database", "plugin", "automate", "appsync"] }