Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit fb44c00

Browse files
chore(release): 0.2.2 [skip ci]
## [0.2.2](v0.2.1...v0.2.2) (2022-03-17) ### Bug Fixes * **node:** Use node 16 everywhere ([#400](#400)) ([e773479](e773479))
1 parent e773479 commit fb44c00

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.2.2](https://github.com/unmango/pulumi-apps/compare/v0.2.1...v0.2.2) (2022-03-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **node:** Use node 16 everywhere ([#400](https://github.com/unmango/pulumi-apps/issues/400)) ([e773479](https://github.com/unmango/pulumi-apps/commit/e773479792f5c25f6b78fe45f044c99c7473e058))
7+
18
## [0.2.1](https://github.com/unmango/pulumi-apps/compare/v0.2.0...v0.2.1) (2021-03-23)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unmango/pulumi-apps",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A compilation of typed pulumi resources",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)