Skip to content

Commit dc27c01

Browse files
committed
bump version to 0.2.2
1 parent e58eccd commit dc27c01

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.11.0",
3-
"version": "0.2.2-b3",
3+
"version": "0.2.2",
44
"npmClient": "yarn",
55
"packages": [
66
"packages/*"

packages/api-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

packages/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -26,7 +26,7 @@
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",

packages/ingest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -29,7 +29,7 @@
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",

0 commit comments

Comments
 (0)