From 0d28005618a55f97d0bb9253329383720d3e9031 Mon Sep 17 00:00:00 2001 From: uplift-bot Date: Sun, 16 Jun 2024 18:51:36 +0000 Subject: [PATCH] ci(uplift): uplifted for version v2.0.2 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..65c13a4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +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 + +## [v2.0.2](https://github.com/gembaadvantage/uplift-action/releases/tag/v2.0.2) - 2024-06-16 + +- [`a0e51cb`](https://github.com/gembaadvantage/uplift-action/commit/a0e51cbee7e88f9057c755d323bec041dec5f1bd) fix(deps): update action to use node 20 (#79) +- [`a05bd35`](https://github.com/gembaadvantage/uplift-action/commit/a05bd353f57690f0ece9d29c5a60775dcba4f6b1) chore: include the dist/index.js file as part of the release +- [`0d85ffe`](https://github.com/gembaadvantage/uplift-action/commit/0d85ffe9939a56ba20d1e602e622b8e8613b4f33) chore: align uplift configuration with latest documentation (#81) +- [`6a3527e`](https://github.com/gembaadvantage/uplift-action/commit/6a3527e5fa90f3c21461fc849d97a52ee8dc15ae) docs: include details on how to trigger another workflow and customise the git author (#80) +- [`8738555`](https://github.com/gembaadvantage/uplift-action/commit/87385559ca8cffd7114f685456089b85740893d6) chore(deps): bump @actions/core from 1.4.0 to 1.8.0 (#43) +- [`e35f4e8`](https://github.com/gembaadvantage/uplift-action/commit/e35f4e8e4f14af1a48fae5fe5300035a2792534a) chore(deps): bump codecov/codecov-action from 1.5.2 to 3.1.0 (#41) +- [`14860a0`](https://github.com/gembaadvantage/uplift-action/commit/14860a0503220fbc3fca8cb33ef80c2ed10d20ad) chore(deps): bump actions/setup-node from 2 to 3 (#34) +- [`6632409`](https://github.com/gembaadvantage/uplift-action/commit/6632409b871a7662ca23ab483984192f2a617811) chore(deps): bump actions/checkout from 2.3.4 to 3 (#35) diff --git a/package-lock.json b/package-lock.json index e54ea90..0f4b2a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uplift-action", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 0969fb3..eea64c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uplift-action", - "version": "2.0.1", + "version": "2.0.2", "description": "GitHub Action for Uplift, the semantic versioning tool built for CI ", "main": "lib/main.js", "scripts": {