Skip to content

Commit 7fbe341

Browse files
committed
v0.0.11
1 parent 6f4d30a commit 7fbe341

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.0.11](https://github.com/linz/stac/compare/v0.0.10...v0.0.11) (2021-11-17)
2+
3+
### Bug Fixes
4+
5+
- change linz.github.io/stac to stac.linz.govt.nz ([#149](https://github.com/linz/stac/issues/149)) ([fff84dc](https://github.com/linz/stac/commit/fff84dc70fd847c8e8fb138d90f07b9b5542b838))
6+
- example datetimes to NZ time, remove ms, add scan date-time format (TDE-207) ([#147](https://github.com/linz/stac/issues/147)) ([562df5d](https://github.com/linz/stac/commit/562df5d85ddfa6d5d600ccd19ce22076e9334a76))
7+
- README updates: remove camera 'vender' reference, h-i require eo:bands ([#148](https://github.com/linz/stac/issues/148)) ([7443877](https://github.com/linz/stac/commit/7443877bda35b5b519cb213c3b5dfb20d351a73d))
8+
- remove eo and file extensions from examples ([#168](https://github.com/linz/stac/issues/168)) ([6f4d30a](https://github.com/linz/stac/commit/6f4d30ad3b5e2341be2257621bb4990a3cb15319))
9+
- updated extension examples and h-i test ([#155](https://github.com/linz/stac/issues/155)) ([a925f34](https://github.com/linz/stac/commit/a925f34585c60dbb20805287fcb42a0f4da515b9))
10+
11+
### Features
12+
13+
- add STAC Collections to extensions (TDE-232) ([#165](https://github.com/linz/stac/issues/165)) ([b7a3eb8](https://github.com/linz/stac/commit/b7a3eb805710d1ceeea514003bdc4b6d12326cd5))
14+
115
## [0.0.10](https://github.com/linz/stac/compare/v0.0.9...v0.0.10) (2021-11-01)
216

317
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linzjs/stac",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"type": "module",
55
"scripts": {
66
"lint": "npx eslint . --fix && yarn format",

0 commit comments

Comments
 (0)