Skip to content

Commit

Permalink
Jurasmj/v0.1.5 (#9)
Browse files Browse the repository at this point in the history
* Add to tgz to npm ignore

* Fix for 0.1.5
  • Loading branch information
mehow-juras committed Mar 4, 2022
1 parent bfd17a8 commit 4f1b12e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
./static
*.tgz
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"]
}

0 comments on commit 4f1b12e

Please sign in to comment.