Skip to content

Commit 1deb077

Browse files
chore(release): set package.json to 1.2.0 [skip ci]
# [1.2.0](v1.1.4...v1.2.0) (2024-05-22) ### Features * generate .graphql file ([ef9a916](ef9a916))
1 parent 9b6c783 commit 1deb077

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/generator/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.2.0](https://github.com/mavvystudio/prisma-generator-graphql-typedef/compare/v1.1.4...v1.2.0) (2024-05-22)
2+
3+
4+
### Features
5+
6+
* generate .graphql file ([ef9a916](https://github.com/mavvystudio/prisma-generator-graphql-typedef/commit/ef9a91697af3dae1adb31106a9b7241d640636fb))
7+
18
## [1.1.4](https://github.com/mavvystudio/prisma-generator-graphql-typedef/compare/v1.1.3...v1.1.4) (2024-04-12)
29

310

packages/generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "prisma-generator-graphql-typedef",
33
"description": "Generates a gql schema from prisma object",
4-
"version": "1.1.4",
4+
"version": "1.2.0",
55
"main": "dist/generator.js",
66
"license": "MIT",
77
"bin": {

0 commit comments

Comments
 (0)