Skip to content

Commit 3d768ae

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2023-05-04) ### Bug Fixes * using correct token to publish ([#15](#15)) ([7f0a4dd](7f0a4dd)) ### Features * now publishing to npmjs ([#14](#14)) ([5249612](5249612))
1 parent 7f0a4dd commit 3d768ae

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.1.0](https://github.com/LEGO/pulumi-get-value/compare/v1.0.0...v1.1.0) (2023-05-04)
2+
3+
4+
### Bug Fixes
5+
6+
* using correct token to publish ([#15](https://github.com/LEGO/pulumi-get-value/issues/15)) ([7f0a4dd](https://github.com/LEGO/pulumi-get-value/commit/7f0a4ddf2ad5c15fba6243e0290a334ec828419a))
7+
8+
9+
### Features
10+
11+
* now publishing to npmjs ([#14](https://github.com/LEGO/pulumi-get-value/issues/14)) ([5249612](https://github.com/LEGO/pulumi-get-value/commit/5249612f9d54acfb2a125728e721a9b16ad41a6d))
12+
113
# 1.0.0 (2023-04-17)
214

315

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.0.0",
3+
"version": "1.1.0",
44
"description": "Get the value of a Pulumi Output<T> using await instead of apply",
55
"main": "src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)