From 5b8a57bf995602f22f6e0697591728831725f7ea Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:41:22 +0000 Subject: [PATCH] chore: release v0.11.2 --- CHANGELOG.md | 9 ++++++--- package.json | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad4455e..a1e13c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index ec40383..2ead86a 100644 --- a/package.json +++ b/package.json @@ -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",