From 2b972189d1c111d9077c4932767c05894eea983e Mon Sep 17 00:00:00 2001 From: aws-cdk-dev Date: Mon, 8 Mar 2021 15:44:25 +0000 Subject: [PATCH] chore(release): 12.3.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fd67b2a..187d26c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [12.3.0](https://github.com/awslabs/aws-delivlib/compare/v12.2.5...v12.3.0) (2021-03-08) + + +### Features + +* support NPM publishing order ([d106fbd](https://github.com/awslabs/aws-delivlib/commit/d106fbd6b10e572aeb2e873035da5ced21bffa14)) + ### [12.2.5](https://github.com/awslabs/aws-delivlib/compare/v12.2.4...v12.2.5) (2021-03-08) ### [12.2.4](https://github.com/awslabs/aws-delivlib/compare/v12.2.3...v12.2.4) (2021-03-05) diff --git a/package.json b/package.json index 9ecb319f..1ad332a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-delivlib", - "version": "12.2.5", + "version": "12.3.0", "homepage": "https://github.com/awslabs/aws-delivlib", "description": "A fabulous library for defining continuous pipelines for building, testing and releasing code libraries.", "main": "lib/index.js",