Skip to content

Commit b8b14a1

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2024-06-04) ### Features * adds regex operators ([ef0a97a](ef0a97a))
1 parent ef0a97a commit b8b14a1

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.3.0](https://github.com/simonecorsi/mongodb-query-validator/compare/v1.2.0...v1.3.0) (2024-06-04)
2+
3+
4+
### Features
5+
6+
* adds regex operators ([ef0a97a](https://github.com/simonecorsi/mongodb-query-validator/commit/ef0a97a307dfa7a51acbbb24cc9de325482dd6b3))
7+
18
# [1.2.0](https://github.com/simonecorsi/mongodb-query-validator/compare/v1.1.0...v1.2.0) (2024-04-17)
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.2.0",
3+
"version": "1.3.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)