File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
2020### Fixed
2121
22+ - Changed GraphiQL Explorer Plugin CDN URL due to upstream renaming
23+
2224### Removed
2325
2426## Version 0.6.0 - 2023-06-23
Original file line number Diff line number Diff line change 2525 < script crossorigin src ="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js "> </ script >
2626
2727 < script crossorigin src ="https://unpkg.com/graphiql/graphiql.min.js "> </ script >
28- < script crossorigin src ="https://unpkg.com/@graphiql/plugin-explorer/dist/graphiql-plugin-explorer .umd.js "> </ script >
28+ < script crossorigin src ="https://unpkg.com/@graphiql/plugin-explorer/dist/index .umd.js "> </ script >
2929
3030 < script >
3131 const fetcher = GraphiQL . createFetcher ( { url : '' } )
You can’t perform that action at this time.
0 commit comments