From 449a04d81f35a96e3df937f1f11360a14820caec Mon Sep 17 00:00:00 2001 From: John Ciprian Date: Mon, 1 Aug 2022 13:45:48 -0400 Subject: [PATCH] Version bump, fix typo, changelog --- .vscode/settings.json | 1 - CHANGELOG.MD | 7 +++++++ package.json | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b1b60db..617d8d8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,5 @@ { "cSpell.words": [ - "bklyn", "circleci", "Graphile", "npmjs", diff --git a/CHANGELOG.MD b/CHANGELOG.MD index b941e2e..b376ee8 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -2,6 +2,13 @@ **All major releases are breaking changes.** +## v1.3.0 + +- Change package owner to `Brooklyn Labs`. +- Refactored package name to `@brooklyn-labs/postgraphile-plugin-remove-foreign-key-fields`. +- Changed CI/CD pipeline to use `GitHub Actions` instead of `Travis CI`. +- Bump package dependencies. + ## v1.2.0 - Bump hosted-git-info from 2.8.8 to 2.8.9 diff --git a/package.json b/package.json index dd8deb5..41e9c54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@bklyn-labs/postgraphile-plugin-remove-foreign-key-fields", - "version": "1.2.0", + "name": "@brooklyn-labs/postgraphile-plugin-remove-foreign-key-fields", + "version": "1.3.0", "description": "PostGraphile plugin that removes all foreign key fields from the GraphQL schema while still allowing foreign relationships to be created. Primary key fields are not removed from the GraphQL schema.", "author": "Brooklyn Labs", "license": "MIT",