Skip to content

Commit c41a987

Browse files
committed
Version bump, fix typo, changelog
1 parent 7697207 commit c41a987

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- name: Publish Packages
2626
run: npm publish --access public
2727
env:
28-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
28+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"cSpell.words": [
3-
"bklyn",
43
"circleci",
54
"Graphile",
65
"npmjs",

CHANGELOG.MD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
**All major releases are breaking changes.**
44

5+
## v1.3.0
6+
7+
- Change package owner to `Brooklyn Labs`.
8+
- Refactored package name to `@brooklyn-labs/postgraphile-plugin-remove-foreign-key-fields`.
9+
- Changed CI/CD pipeline to use `GitHub Actions` instead of `Travis CI`.
10+
- Bump package dependencies.
11+
512
## v1.2.0
613

714
- Bump hosted-git-info from 2.8.8 to 2.8.9

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@bklyn-labs/postgraphile-plugin-remove-foreign-key-fields",
3-
"version": "1.2.0",
2+
"name": "@brooklyn-labs/postgraphile-plugin-remove-foreign-key-fields",
3+
"version": "1.3.0",
44
"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.",
55
"author": "Brooklyn Labs",
66
"license": "MIT",

0 commit comments

Comments
 (0)