diff --git a/package-lock.json b/package-lock.json index 651b350..129022c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vite-plugin-typed-graphql", - "version": "2.2.1", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vite-plugin-typed-graphql", - "version": "2.2.1", + "version": "2.3.0", "license": "MIT", "dependencies": { "@graphql-codegen/core": "^3.1.0", diff --git a/package.json b/package.json index ec7d4c3..b3aa9dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-typed-graphql", - "version": "2.2.1", + "version": "2.3.0", "description": "Vite Plugin which enables the import of Typed-Document-Nodes directly from `.gql` / `.graphql` files, to allow for type-safe GraphQL implementations.", "main": "./dist/index.cjs", "types": "./dist/index.d.ts",