Skip to content

Commit 602646a

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.1...v1.1.0) (2024-04-17) ### Features * switched from stack to recursion ([5bdafd3](5bdafd3))
1 parent a46c03b commit 602646a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0](https://github.com/simonecorsi/mongodb-query-validator/compare/v1.0.1...v1.1.0) (2024-04-17)
2+
3+
4+
### Features
5+
6+
* switched from stack to recursion ([5bdafd3](https://github.com/simonecorsi/mongodb-query-validator/commit/5bdafd3c6069b4ee19052e416cf8806b0cfef696))
7+
18
## [1.0.1](https://github.com/simonecorsi/mongodb-query-validator/compare/v1.0.0...v1.0.1) (2024-04-12)
29

310

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.1",
3+
"version": "1.1.0",
44
"description": "✅ Zero Dependency MongoDB Query Operator Validator",
55
"main": "./dist/index.js",
66
"types": "./types/index.d.ts",

0 commit comments

Comments
 (0)