We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597fbc1 commit 16d56adCopy full SHA for 16d56ad
CHANGELOG.md
@@ -16,4 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
17
### Fixed
18
19
+[v0.1.0] - 2024-05-22
20
+
21
+- First release
22
23
[Unreleased]: <https://github.com/stac-extensions/product/compare/v1.0.0...HEAD>
24
+[v0.1.0]: <https://github.com/stac-extensions/product/compare/v0.1.0>
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "stac-extension-product",
3
- "version": "1.0.0",
+ "version": "0.1.0",
4
"scripts": {
5
"test": "npm run check-markdown && npm run check-examples",
6
"check-markdown": "remark . -f -r .github/remark.yaml",
0 commit comments