Skip to content

Commit 411f47a

Browse files
authored
Merge pull request #2198 from hashicorp/prepare-release-0.13.1
chore(release): Release 0.13.1
2 parents 55009f9 + 7c29eaf commit 411f47a

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 0.13.1
2+
3+
### feat
4+
5+
- feat(cli): Add support for terraform's parallelism flag [\#2107](https://github.com/hashicorp/terraform-cdk/pull/2107)
6+
- feat: add redirect link to pre-built providers json file [\#2180](https://github.com/hashicorp/terraform-cdk/pull/2180)
7+
- feat(cli): link to troubleshooting page for error [\#2192](https://github.com/hashicorp/terraform-cdk/pull/2192)
8+
9+
### fix
10+
11+
- fix(provider-generator): change Static resource class to StaticResource as their namespace 'static' is not valid in TypeScript re-exports [\#2168](https://github.com/hashicorp/terraform-cdk/pull/2168)
12+
- fix(cli): dont wrap list terminal output [\#2188](https://github.com/hashicorp/terraform-cdk/pull/2188)
13+
- fix(cli): handle missing package versions for non-npm packages [\#2177](https://github.com/hashicorp/terraform-cdk/pull/2177)
14+
- fix(docs): Fix upgrade guide imports for Python [\#2171](https://github.com/hashicorp/terraform-cdk/pull/2171)
15+
- fix(docs): update old config key [\#2195](https://github.com/hashicorp/terraform-cdk/pull/2195)
16+
17+
### chore
18+
19+
- chore: Update link to blogpost [\#2176](https://github.com/hashicorp/terraform-cdk/pull/2176)
20+
121
## 0.13.0
222

323
**Breaking Changes**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"private": true,
55
"scripts": {
66
"build": "lerna run --scope 'cdktf*' --scope @cdktf/* build",

0 commit comments

Comments
 (0)