Skip to content

Commit

Permalink
chore: release v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 24, 2024
1 parent 7833575 commit 379e8bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## 0.12.1 - 2024-09-24
### Fixed
- added typescript for fields
- corrected typescript for sort
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "query-to-mongo",
"version": "0.12.0",
"version": "0.12.1",
"description": "Convert query parameters into mongo query criteria and options.",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 379e8bb

Please sign in to comment.