projen-cdktf-hybrid-construct 0.1.45 → 0.1.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## 0.1.0
3
+ ## 0.1.45
4
4
 
5
5
  - _Breaking Change_: `terraformExamplesFolder`, `terraformProvider`, `terraformProvider*Config` are now part of `terraformExamples` and differently structured.
6
6
  - Add documentation hook (using docker if `terraform-docs` is not enabled)
package/package.json CHANGED
@@ -57,7 +57,7 @@
57
57
  },
58
58
  "main": "lib/index.js",
59
59
  "license": "MIT",
60
- "version": "0.1.45",
60
+ "version": "0.1.46",
61
61
  "jest": {
62
62
  "testMatch": [
63
63
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",