From 1db50f321bb4dcbfd0e1dee9a1c97f4927a67f16 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 5 Jan 2021 07:36:38 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/cobraz/pulumi-wordpress/compare/v1.2.0...v1.3.0) (2021-01-05) ### Features * Service Account component ([0a817bc](https://github.com/cobraz/pulumi-wordpress/commit/0a817bc7c89701dcb533b89a48374e28c6c3e750)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4434a95..b5314fb 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. +# [1.3.0](https://github.com/cobraz/pulumi-wordpress/compare/v1.2.0...v1.3.0) (2021-01-05) + + +### Features + +* Service Account component ([0a817bc](https://github.com/cobraz/pulumi-wordpress/commit/0a817bc7c89701dcb533b89a48374e28c6c3e750)) + # [1.2.0](https://github.com/cobraz/pulumi-wordpress/compare/v1.1.0...v1.2.0) (2021-01-04) diff --git a/package.json b/package.json index 0eda64c..c7d6e8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pulumi-wordpress", - "version": "1.2.0", + "version": "1.3.0", "description": "WordPress on Google Cloud with Magic", "main": "dist/index.js", "repository": "git@github.com:cobraz/pulumi-wordpress.git",