Skip to content

Commit bff7147

Browse files
chore(release): 1.1.1 [skip ci]
## [1.1.1](v1.1.0...v1.1.1) (2023-05-04) ### Bug Fixes * Release build ([#16](#16)) ([7cb6ea0](7cb6ea0))
1 parent 7cb6ea0 commit bff7147

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.1](https://github.com/LEGO/pulumi-get-value/compare/v1.1.0...v1.1.1) (2023-05-04)
2+
3+
4+
### Bug Fixes
5+
6+
* Release build ([#16](https://github.com/LEGO/pulumi-get-value/issues/16)) ([7cb6ea0](https://github.com/LEGO/pulumi-get-value/commit/7cb6ea0fb43e37a385a32cae2ce8774372c474f4))
7+
18
# [1.1.0](https://github.com/LEGO/pulumi-get-value/compare/v1.0.0...v1.1.0) (2023-05-04)
29

310

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": "@lego/pulumi-get-value",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Get the value of a Pulumi Output<T> using await instead of apply",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)