File tree Expand file tree Collapse file tree 5 files changed +10
-7
lines changed
Expand file tree Collapse file tree 5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased]
7+ ## [ v0.2.6] - 2019-08-28
8+
9+ ### Added
10+ - Support for ` in ` operator on property fields
811
912## [ v0.2.5] - 2019-06-21
1013
Original file line number Diff line number Diff line change 11{
22 "lerna" : " 2.11.0" ,
3- "version" : " 0.2.5 " ,
3+ "version" : " 0.2.6 " ,
44 "npmClient" : " yarn" ,
55 "packages" : [
66 " packages/*"
Original file line number Diff line number Diff line change 11{
22 "name" : " @sat-utils/api-lib" ,
3- "version" : " 0.2.5 " ,
3+ "version" : " 0.2.6 " ,
44 "description" : " A library for creating a search API of public Satellites metadata using Elasticsearch" ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @sat-utils/api" ,
3- "version" : " 0.2.5 " ,
3+ "version" : " 0.2.6 " ,
44 "description" : " The api lambda function for sat-api" ,
55 "main" : " index.js" ,
66 "repository" : {
2626 },
2727 "homepage" : " https://github.com/sat-utils/sat-api#readme" ,
2828 "dependencies" : {
29- "@sat-utils/api-lib" : " ^0.2.5 "
29+ "@sat-utils/api-lib" : " ^0.2.6 "
3030 },
3131 "devDependencies" : {
3232 "ava" : " ^0.25.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @sat-utils/ingest" ,
3- "version" : " 0.2.5 " ,
3+ "version" : " 0.2.6 " ,
44 "description" : " ingest lambda function of sat-api" ,
55 "main" : " index.js" ,
66 "bin" : {
2929 },
3030 "homepage" : " https://github.com/sat-utils/sat-api#readme" ,
3131 "dependencies" : {
32- "@sat-utils/api-lib" : " ^0.2.5 "
32+ "@sat-utils/api-lib" : " ^0.2.6 "
3333 },
3434 "devDependencies" : {
3535 "ava" : " ^0.25.0" ,
You can’t perform that action at this time.
0 commit comments