Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 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))
  • Loading branch information
semantic-release-bot committed Apr 17, 2023
1 parent ed3f10c commit 05ca433
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 1.0.0 (2023-04-17)


### Bug Fixes

* npm token ([#8](https://github.com/LEGO/pulumi-get-value/issues/8)) ([3f4a8d7](https://github.com/LEGO/pulumi-get-value/commit/3f4a8d75ed482cc1081dfb95d6109830f51c2fb3))
* publishing to GitHub only ([#11](https://github.com/LEGO/pulumi-get-value/issues/11)) ([ed3f10c](https://github.com/LEGO/pulumi-get-value/commit/ed3f10cf94dd8201f8b93ea92440a805553ce7ef))
* 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))


### Features

* Initial commit ([97d015d](https://github.com/LEGO/pulumi-get-value/commit/97d015d6448995b79f248ec3bfce0d76e9a45c9b))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lego/pulumi-get-value",
"version": "0.0.1",
"version": "1.0.0",
"description": "Get the value of a Pulumi Output<T> using await instead of apply",
"main": "src/index.ts",
"scripts": {
Expand Down

0 comments on commit 05ca433

Please sign in to comment.