diff --git a/CHANGELOG.md b/CHANGELOG.md index 27927d2a..7eef3732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.2.2](https://github.com/awslabs/aws-delivlib/compare/v12.2.1...v12.2.2) (2021-03-01) + ### [12.2.1](https://github.com/awslabs/aws-delivlib/compare/v12.2.0...v12.2.1) (2021-02-24) ## [12.2.0](https://github.com/awslabs/aws-delivlib/compare/v12.1.13...v12.2.0) (2021-02-23) diff --git a/package.json b/package.json index 3da659dc..a06719d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-delivlib", - "version": "12.2.1", + "version": "12.2.2", "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",