File tree Expand file tree Collapse file tree 6 files changed +13
-7
lines changed
Expand file tree Collapse file tree 6 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## [ v0.2.2] - 2019-01-21
10+
11+ ### Fixed
12+ - Fix error handling of single Items written to Elasticsearch.
13+
914## [ v0.2.1] - 2019-01-17
1015
1116### Fixed
@@ -69,6 +74,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6974- Refactor and improve splitting
7075
7176[ Unreleased ] : https://github.com/sat-utils/sat-api/compare/master...develop
77+ [ v0.2.2 ] : https://github.com/sat-utils/sat-api/compare/v0.2.0...v0.2.2
7278[ v0.2.1 ] : https://github.com/sat-utils/sat-api/compare/v0.2.0...v0.2.1
7379[ v0.2.0 ] : https://github.com/sat-utils/sat-api/compare/v0.1.0...v0.2.0
7480[ v0.1.0 ] : https://github.com/sat-utils/sat-api/compare/v0.0.2...v0.1.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ The STAC version supported by a given version of sat-api is shown in the table b
1111| sat-api | STAC |
1212| -------- | ---- |
1313| 0.1.0 | 0.5.0 |
14- | 0.2.0 | 0.6.0 |
14+ | 0.2.x | 0.6.0 |
1515
1616
1717## Documentation
Original file line number Diff line number Diff line change 11{
22 "lerna" : " 2.11.0" ,
3- "version" : " 0.2.2-b3 " ,
3+ "version" : " 0.2.2" ,
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.2-b3 " ,
3+ "version" : " 0.2.2" ,
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.2-b3 " ,
3+ "version" : " 0.2.2" ,
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.2-b3 "
29+ "@sat-utils/api-lib" : " ^0.2.2"
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.2-b3 " ,
3+ "version" : " 0.2.2" ,
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.2-b3 "
32+ "@sat-utils/api-lib" : " ^0.2.2"
3333 },
3434 "devDependencies" : {
3535 "ava" : " ^0.25.0" ,
You can’t perform that action at this time.
0 commit comments