diff --git a/CHANGELOG.md b/CHANGELOG.md index 3977e061..b6130bcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,9 @@ All notable changes to this project will be documented in this file. 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). -## [Unreleased](https://github.com/paulshryock/release-bump/compare/HEAD..1.2.1) +## [Unreleased](https://github.com/paulshryock/release-bump/compare/HEAD..1.3.0) ### Added -- Bump WordPress theme version. ### Changed @@ -19,6 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [1.3.0](https://github.com/paulshryock/release-bump/releases/tag/v1.3.0) - 5/20/2021 + +### Added +- Bump WordPress theme version. + ## [1.2.1](https://github.com/paulshryock/release-bump/releases/tag/v1.2.1) - 4/5/2021 ### Fixed diff --git a/package-lock.json b/package-lock.json index 6377a0b2..652a71b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "release-bump", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index a5dd1115..2f147e87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "release-bump", - "version": "1.2.1", + "version": "1.3.0", "description": "Release Bump handles version bump tasks for a code release.", "keywords": [ "release",