From f082aa9c46e31dc163c71f66efc8ebb2e0588630 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 21 Jan 2021 22:02:23 +0000 Subject: [PATCH] chore(release): 2.0.2 [skip ci] ## [2.0.2](https://github.com/cobraz/pulumi-wordpress/compare/v2.0.1...v2.0.2) (2021-01-21) ### Bug Fixes * Add parent relationship to ApiServices ([a2398aa](https://github.com/cobraz/pulumi-wordpress/commit/a2398aa331a9acf05ee671077a72fc42045fde50)) * Improve name escaping ([1064b61](https://github.com/cobraz/pulumi-wordpress/commit/1064b612d7c0f4a8ae00e52b59c723428994b644)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c04603..447a0e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.2](https://github.com/cobraz/pulumi-wordpress/compare/v2.0.1...v2.0.2) (2021-01-21) + + +### Bug Fixes + +* Add parent relationship to ApiServices ([a2398aa](https://github.com/cobraz/pulumi-wordpress/commit/a2398aa331a9acf05ee671077a72fc42045fde50)) +* Improve name escaping ([1064b61](https://github.com/cobraz/pulumi-wordpress/commit/1064b612d7c0f4a8ae00e52b59c723428994b644)) + ## [2.0.1](https://github.com/cobraz/pulumi-wordpress/compare/v2.0.0...v2.0.1) (2021-01-21) diff --git a/package.json b/package.json index 55cfd58..a7f3de7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pulumi-wordpress", - "version": "2.0.1", + "version": "2.0.2", "description": "WordPress on Google Cloud with Magic", "main": "dist/index.js", "repository": "git@github.com:cobraz/pulumi-wordpress.git",