Skip to content

Commit

Permalink
chore: release v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 4, 2023
1 parent d579bd2 commit 5b8a57b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file.

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
### Changed
- replaced mocha+chai with jest

## 0.11.2 - 2023-09-04
### Added
- eslint

### Changed
- replaced mocha+chai with jest

### Fixed
- addressed eslint issues

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.11.1",
"version": "0.11.2",
"description": "Convert query parameters into mongo query criteria and options.",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 5b8a57b

Please sign in to comment.