diff --git a/.vscodeignore b/.vscodeignore index 7d8ff61..f348e28 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -13,30 +13,13 @@ docs images .vscode -node_modules +node_modules/!(@faker-js)/**/* src/ tsconfig.json webpack.config.js apollo.config.js -node_modules/**/LICENSE* -node_modules/**/README* -node_modules/**/jest.config.js -node_modules/**/CHANGELOG* -node_modules/**/CONTRIBUTING* -node_modules/**/HISTORY* -node_modules/**/SECURITY* -node_modules/**/tsconfig.* -node_modules/**/src -node_modules/**/.github -node_modules/**/*.editorconfig -node_modules/**/*.npmignore -node_modules/**/tests -node_modules/**/scripts -node_modules/**/bin -node_modules/**/*.txt -node_modules/**/*.html **/*.zip codegen.yml target diff --git a/CHANGELOG.md b/CHANGELOG.md index 86a5ee1..45f5a15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Apollo Workbench VSCode 3.3.12 + +- [HotFix] Need to bundle `@faker-js` into extension + ## Apollo Workbench VSCode 3.3.11 - Add changelog GitHub Action to ensure a changelog entry is there for every PR