Skip to content

Commit 031bf9b

Browse files
authored
Bump version to 0.0.18 (#62)
1 parent 441360d commit 031bf9b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.0.18 (2023-06-06)
6+
57
- [#59](https://github.com/loop-payments/prisma-lint/issues/59) Add support for `@map` and `@@map` without keys.
68
- [#56](https://github.com/loop-payments/prisma-lint/issues/56) Clearer error message when configuration not found.
79

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prisma-lint",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"description": "A linter for Prisma schema files.",
55
"repository": {
66
"type": "git",
@@ -62,4 +62,4 @@
6262
"typescript": "^5.0.4"
6363
},
6464
"packageManager": "yarn@3.3.1"
65-
}
65+
}

0 commit comments

Comments
 (0)