Skip to content

Commit

Permalink
chore: release v0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 2, 2024
1 parent 47619e6 commit 7a3475e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
19 changes: 5 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,29 @@ 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]
## Unreleased

## 0.11.4 - 2024-07-02
### Changed

- dependabot bump braces from 3.0.2 to 3.0.3

## [0.11.3] - 2023-10-19

## 0.11.3 - 2023-10-19
### Changed

- dependabot bump @babel/traverse to 7.23.2

## [0.11.2] - 2023-09-04

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

- eslint

### Changed

- replaced mocha+chai with jest

### Fixed

- addressed eslint issues

## [0.11.1] - 2023-09-04

## 0.11.1 - 2023-09-04
### Added

- Changelog

### Fixed

- Corrected export in typescript declaration
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.3",
"version": "0.11.4",
"description": "Convert query parameters into mongo query criteria and options.",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 7a3475e

Please sign in to comment.