Skip to content

Commit 05ca433

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2023-04-17) ### Bug Fixes * npm token ([#8](#8)) ([3f4a8d7](3f4a8d7)) * publishing to GitHub only ([#11](#11)) ([ed3f10c](ed3f10c)) * set token persistence false for checkout step, allowing us to use the proper token on release ([#10](#10)) ([b524cea](b524cea)) ### Features * Initial commit ([97d015d](97d015d))
1 parent ed3f10c commit 05ca433

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# 1.0.0 (2023-04-17)
2+
3+
4+
### Bug Fixes
5+
6+
* npm token ([#8](https://github.com/LEGO/pulumi-get-value/issues/8)) ([3f4a8d7](https://github.com/LEGO/pulumi-get-value/commit/3f4a8d75ed482cc1081dfb95d6109830f51c2fb3))
7+
* publishing to GitHub only ([#11](https://github.com/LEGO/pulumi-get-value/issues/11)) ([ed3f10c](https://github.com/LEGO/pulumi-get-value/commit/ed3f10cf94dd8201f8b93ea92440a805553ce7ef))
8+
* set token persistence false for checkout step, allowing us to use the proper token on release ([#10](https://github.com/LEGO/pulumi-get-value/issues/10)) ([b524cea](https://github.com/LEGO/pulumi-get-value/commit/b524cea8f92b70c2d10289ab7c1ccfbafd6766e1))
9+
10+
11+
### Features
12+
13+
* Initial commit ([97d015d](https://github.com/LEGO/pulumi-get-value/commit/97d015d6448995b79f248ec3bfce0d76e9a45c9b))

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": "0.0.1",
3+
"version": "1.0.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)