Skip to content

Commit

Permalink
ci: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tiago154 committed Jan 9, 2023
1 parent 4866631 commit 5b130e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies and build 🔧
run: npm ci && npm run build
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### v1.2.19 / 2023-01-08

* Update all project dependencies and fix vulnerabilities `json5 <1.0.2 || >=2.0.0 <2.2.2`
| Package | Old Version | New Version |
|-----------------------------------|--------------|------------ |
| @graphql-tools/merge | ^8.3.6 | ^8.3.14 |

### v1.2.18 / 2022-10-14

* Added support for the `#import` annotation to the `loadFile` function. This was an open suggestion [here](https://github.com/tiago154/graphql-import-files/issues/16) that way we can add the reading of a file and if necessary include other files through the import annotation.
Expand Down

0 comments on commit 5b130e6

Please sign in to comment.