diff --git a/.changeset/sweet-bottles-kiss.md b/.changeset/sweet-bottles-kiss.md deleted file mode 100644 index c5433b5..0000000 --- a/.changeset/sweet-bottles-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"rollup-plugin-typed-gql": patch ---- - -Fix bug where plugin hangs during concurrent builds of a package. diff --git a/CHANGELOG.md b/CHANGELOG.md index c3c1b92..a24ee50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # rollup-plugin-typed-gql +## 0.4.1 + +### Patch Changes + +- ff933d3: Fix bug where plugin hangs during concurrent builds of a package. + ## 0.4.0 ### Minor Changes diff --git a/package.json b/package.json index 953330a..63490ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-typed-gql", - "version": "0.4.0", + "version": "0.4.1", "type": "module", "description": "Simple, unobtrusive and fully type safe GraphQL plugin.", "homepage": "https://github.com/omnysecurity/rollup-plugin-typed-gql#readme",