Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
chore(release): 2.3.0 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
carvantes authored Apr 9, 2021
1 parent 19589b9 commit 0e8c4a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.3.0](https://github.com/awslabs/fhir-works-on-aws-search-es/compare/v2.2.0...v2.3.0) (2021-04-09)


### Features

* allow milliseconds in date queries ([#55](https://github.com/awslabs/fhir-works-on-aws-search-es/issues/55)) ([86dbccd](https://github.com/awslabs/fhir-works-on-aws-search-es/commit/86dbccd6f8c75d90a0e0df15bbd908c030a84be7))
* support prefixes and proper range queries for date parameters ([#54](https://github.com/awslabs/fhir-works-on-aws-search-es/issues/54)) ([b082508](https://github.com/awslabs/fhir-works-on-aws-search-es/commit/b08250866f01269f70f32f171653ac4ea1a59275))
* support token parameters ([#56](https://github.com/awslabs/fhir-works-on-aws-search-es/issues/56)) ([19589b9](https://github.com/awslabs/fhir-works-on-aws-search-es/commit/19589b9dfbc7f19b57019f37f7232b71c5015a41))

## [2.2.0](https://github.com/awslabs/fhir-works-on-aws-search-es/compare/v2.1.0...v2.2.0) (2021-03-29)


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": "fhir-works-on-aws-search-es",
"version": "2.2.0",
"version": "2.3.0",
"description": "FHIR Works on AWS search Elasticsearch implementation",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 0e8c4a2

Please sign in to comment.