From 6c415dc9fc5d399f32f6a8dce57b37a936286a01 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 23 Jan 2024 16:05:50 +0000 Subject: [PATCH] chore(release): set `package.json` to 1.1.0 [skip ci] # [1.1.0](https://github.com/soliantconsulting/bitbucket-openid-connect/compare/v1.0.0...v1.1.0) (2024-01-23) ### Features * create cli script to run cdk deployment and split stack ([2f24d31](https://github.com/soliantconsulting/bitbucket-openid-connect/commit/2f24d311795cd05d57d75853a072346860714bbf)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f30256..725d232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/soliantconsulting/bitbucket-openid-connect/compare/v1.0.0...v1.1.0) (2024-01-23) + + +### Features + +* create cli script to run cdk deployment and split stack ([2f24d31](https://github.com/soliantconsulting/bitbucket-openid-connect/commit/2f24d311795cd05d57d75853a072346860714bbf)) + # 1.0.0 (2024-01-15) diff --git a/package.json b/package.json index c86aecf..65458b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soliantconsulting/bitbucket-openid-connect", - "version": "1.0.0", + "version": "1.1.0", "description": "BitBucket OpenID Connect CDK template for Soliant Consulting projects", "type": "module", "author": "Soliant Consulting",