Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed May 4, 2023
1 parent 7f0a4dd commit 3d768ae
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.1.0](https://github.com/LEGO/pulumi-get-value/compare/v1.0.0...v1.1.0) (2023-05-04)


### Bug Fixes

* 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))


### Features

* now publishing to npmjs ([#14](https://github.com/LEGO/pulumi-get-value/issues/14)) ([5249612](https://github.com/LEGO/pulumi-get-value/commit/5249612f9d54acfb2a125728e721a9b16ad41a6d))

# 1.0.0 (2023-04-17)


Expand Down
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": "1.0.0",
"version": "1.1.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 3d768ae

Please sign in to comment.