diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f48ef424..3c6c70453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,8 @@ -# Change Log +# Changelog -All notable changes to this project will be documented in this file. +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.0](https://github.com/aws-samples/baseline-environment-on-aws/compare/v1.2.1...v1.3.0) (2022-02-01) ## [1.2.0] - 2021-10-26 diff --git a/package-lock.json b/package-lock.json index 274d7531a..3c98e4585 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "baseline-environment-on-aws", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "baseline-environment-on-aws", - "version": "1.0.0", + "version": "1.3.0", "license": "MIT-0", "workspaces": [ "usecases/*", diff --git a/package.json b/package.json index d3dafb2c4..9d9afa81a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "baseline-environment-on-aws", - "version": "1.2.1", + "version": "1.3.0", "description": "Baseline Environment on AWS", "repository": { "type": "git",