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

Commit 1a28136

Browse files
chore(release): 0.2.1 [skip ci]
## [0.2.1](v0.2.0...v0.2.1) (2021-03-23) ### Bug Fixes * WIP testing empty npm package fix ([#38](#38)) ([7fd5593](7fd5593)) * WIP testing empty npm package fix ([#39](#39)) ([1f47757](1f47757))
1 parent 1f47757 commit 1a28136

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
## [0.2.1](https://github.com/unmango/pulumi-apps/compare/v0.2.0...v0.2.1) (2021-03-23)
22

33

4+
### Bug Fixes
5+
6+
* WIP testing empty npm package fix ([#38](https://github.com/unmango/pulumi-apps/issues/38)) ([7fd5593](https://github.com/unmango/pulumi-apps/commit/7fd55939f8b5efee21abd89384d555cea3776417))
7+
* WIP testing empty npm package fix ([#39](https://github.com/unmango/pulumi-apps/issues/39)) ([1f47757](https://github.com/unmango/pulumi-apps/commit/1f477579d2263a6fe173b3b16bf4d2499a700b50))
8+
9+
## [0.2.1](https://github.com/unmango/pulumi-apps/compare/v0.2.0...v0.2.1) (2021-03-23)
10+
11+
412
### Bug Fixes
513

614
* WIP testing empty npm package fix ([#38](https://github.com/unmango/pulumi-apps/issues/38)) ([7fd5593](https://github.com/unmango/pulumi-apps/commit/7fd55939f8b5efee21abd89384d555cea3776417))

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.1.7-development",
3+
"version": "0.2.1",
44
"description": "A compilation of typed pulumi resources",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)