Skip to content

Commit e5babaa

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.3.0...v2.0.0) (2022-11-01) ### chore * **ci:** bump version ([d10c5b2](d10c5b2)) ### BREAKING CHANGES * **ci:** Experiencing issues publishing GitHub releases due to past deleted release. Bumping codebase to 2.0.0 to avoid future issues.
1 parent d10c5b2 commit e5babaa

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.0.0](https://github.com/developmentseed/cdk-pgstac/compare/v1.3.0...v2.0.0) (2022-11-01)
2+
3+
4+
### chore
5+
6+
* **ci:** bump version ([d10c5b2](https://github.com/developmentseed/cdk-pgstac/commit/d10c5b2afcd7e38effedb5181a1ed7595b03495f))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **ci:** Experiencing issues publishing GitHub releases
12+
due to past deleted release. Bumping codebase to 2.0.0 to avoid
13+
future issues.
14+
115
# [1.3.0](https://github.com/developmentseed/cdk-pgstac/compare/v1.2.0...v1.3.0) (2022-11-01)
216

317

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdk-pgstac",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"description": "A set of constructs deploying pgSTAC with CDK",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)