From b9ebb416558f9b8adefd7b3a244356bc315b2d1d Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 18:39:59 +0000 Subject: [PATCH] chore: release v0.11.1 --- CHANGELOG.md | 10 ++++------ package.json | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e03a1a3..f2d92be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,11 @@ 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] - -### Fixed - -- Corrected export in typescript declaration +## Unreleased +## 0.11.1 - 2023-09-04 ### Added - - Changelog +### Fixed +- Corrected export in typescript declaration diff --git a/package.json b/package.json index a95f92f..be7f027 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "query-to-mongo", - "version": "0.11.0", + "version": "0.11.1", "description": "Convert query parameters into mongo query criteria and options.", "main": "index.js", "types": "types/index.d.ts",