Skip to content

Commit 877a3ca

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2024-04-12) ### Features * first implementation ([4ed3f41](4ed3f41))
1 parent 14c0613 commit 877a3ca

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# 1.0.0 (2024-04-12)
2+
3+
4+
### Features
5+
6+
* first implementation ([4ed3f41](https://github.com/simonecorsi/mongodb-query-validator/commit/4ed3f4111003915f59b50e52ccaeefb5359203f5))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-query-validator",
3-
"version": "1.0.0-0",
3+
"version": "1.0.0",
44
"description": "✅ Validate your MongoDB queries operators before executing them",
55
"main": "./dist/index.js",
66
"types": "./types/index.d.ts",

0 commit comments

Comments
 (0)