diff --git a/CHANGELOG.md b/CHANGELOG.md index c36504e..9ef9abf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,4 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +[v0.1.0] - 2024-05-22 + +- First release + [Unreleased]: +[v0.1.0]: diff --git a/package.json b/package.json index bbcb33f..bfb4c2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stac-extension-product", - "version": "1.0.0", + "version": "0.1.0", "scripts": { "test": "npm run check-markdown && npm run check-examples", "check-markdown": "remark . -f -r .github/remark.yaml",