From 6e91b44f8dba11f9ea0b8152274c2ae79aea6e57 Mon Sep 17 00:00:00 2001 From: matticbot Date: Thu, 8 Feb 2024 19:26:17 +0000 Subject: [PATCH] chore(release): 1.6.0-alpha.1 [skip ci] # [1.6.0-alpha.1](https://github.com/Automattic/republication-tracker-tool/compare/v1.5.0...v1.6.0-alpha.1) (2024-02-08) ### Features * **ci:** add epic/* release workflow and rename `master` to `trunk` ([#199](https://github.com/Automattic/republication-tracker-tool/issues/199)) ([60185ec](https://github.com/Automattic/republication-tracker-tool/commit/60185ec7f69fda783e6bfc9f4e88f59e5b6131ff)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 4 ++-- republication-tracker-tool.php | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af91f9..48672f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0-alpha.1](https://github.com/Automattic/republication-tracker-tool/compare/v1.5.0...v1.6.0-alpha.1) (2024-02-08) + + +### Features + +* **ci:** add epic/* release workflow and rename `master` to `trunk` ([#199](https://github.com/Automattic/republication-tracker-tool/issues/199)) ([60185ec](https://github.com/Automattic/republication-tracker-tool/commit/60185ec7f69fda783e6bfc9f4e88f59e5b6131ff)) + # [1.5.0](https://github.com/Automattic/republication-tracker-tool/compare/v1.4.2...v1.5.0) (2024-01-08) diff --git a/package-lock.json b/package-lock.json index 0715957..f371990 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "republication-tracker-tool", - "version": "1.5.0", + "version": "1.6.0-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "republication-tracker-tool", - "version": "1.5.0", + "version": "1.6.0-alpha.1", "license": "GPL-2.0-or-later", "devDependencies": { "grunt": "~0.4.5", diff --git a/package.json b/package.json index 9a86c71..ca0ac08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "republication-tracker-tool", - "version": "1.5.0", + "version": "1.6.0-alpha.1", "main": "Gruntfile.js", "author": "Automattic", "scripts": { @@ -26,4 +26,4 @@ "grunt-wp-readme-to-markdown": "~1.0.0", "newspack-scripts": "^5.3.0" } -} \ No newline at end of file +} diff --git a/republication-tracker-tool.php b/republication-tracker-tool.php index 8b56c00..c58635f 100644 --- a/republication-tracker-tool.php +++ b/republication-tracker-tool.php @@ -6,7 +6,7 @@ * Author URI: https://labs.inn.org * Text Domain: republication-tracker-tool * Domain Path: /languages - * Version: 1.5.0 + * Version: 1.6.0-alpha.1 * * @package Republication_Tracker_Tool */