From 909624affbdaddf89ecf0cb7fa4992798012fe11 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 21 Jan 2021 21:43:57 +0000 Subject: [PATCH] chore(release): 2.0.1 [skip ci] ## [2.0.1](https://github.com/cobraz/pulumi-wordpress/compare/v2.0.0...v2.0.1) (2021-01-21) ### Bug Fixes * Add missing slash on WP_HOME env ([4debc43](https://github.com/cobraz/pulumi-wordpress/commit/4debc4342245371274722a255dc7ec9a0e928956)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62883e1..5c04603 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.1](https://github.com/cobraz/pulumi-wordpress/compare/v2.0.0...v2.0.1) (2021-01-21) + + +### Bug Fixes + +* Add missing slash on WP_HOME env ([4debc43](https://github.com/cobraz/pulumi-wordpress/commit/4debc4342245371274722a255dc7ec9a0e928956)) + # [2.0.0](https://github.com/cobraz/pulumi-wordpress/compare/v1.3.0...v2.0.0) (2021-01-21) # [1.3.0](https://github.com/cobraz/pulumi-wordpress/compare/v1.2.0...v1.3.0) (2021-01-05) diff --git a/package.json b/package.json index 38f7890..55cfd58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pulumi-wordpress", - "version": "2.0.0", + "version": "2.0.1", "description": "WordPress on Google Cloud with Magic", "main": "dist/index.js", "repository": "git@github.com:cobraz/pulumi-wordpress.git",