From 0d81247c9c6ac1fcb777f5cbe0bf856ff468a77a Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sun, 2 Jun 2024 03:04:04 +0000 Subject: [PATCH] chore(release): v0.2.1 [skip ci] --- CHANGELOG.md | 28 +++++++++------------------- package.json | 2 +- 2 files changed, 10 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4651de..e65d2de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.1](https://github.com/allnnde/get_last_deployment/compare/v0.2.0...v0.2.1) (2024-06-02) + + +### Bug Fixes + +* inprove readme ([0f53b0e](https://github.com/allnnde/get_last_deployment/commit/0f53b0ec219c6da1ad529ce855b461aa975e5b53)) + + + # [0.2.0](https://github.com/allnnde/get_last_deployment/compare/v0.1.3...v0.2.0) (2024-06-02) @@ -34,22 +43,3 @@ -# [0.1.0](https://github.com/allnnde/get_last_deployment/compare/5feb84172dbc42975bdbe07a6ad2073b99fdfa85...v0.1.0) (2024-06-02) - - -### Bug Fixes - -* add last build ([5feb841](https://github.com/allnnde/get_last_deployment/commit/5feb84172dbc42975bdbe07a6ad2073b99fdfa85)) -* add logic ([c7dc58e](https://github.com/allnnde/get_last_deployment/commit/c7dc58ea5a9d2cbde174a0102750bbca5db1fe28)) -* add logs ([58cfa7c](https://github.com/allnnde/get_last_deployment/commit/58cfa7c40a084f2cf7422a7bfa72079eac34b77d)) -* fix data ([ae67468](https://github.com/allnnde/get_last_deployment/commit/ae6746837221c36f4abc88b2cd9fa56dc90e74eb)) -* status deploy ([a32141c](https://github.com/allnnde/get_last_deployment/commit/a32141c4cf1a32561780ff9c0778f677d7c62d57)) - - -### Features - -* add first test ([81890f8](https://github.com/allnnde/get_last_deployment/commit/81890f8458f8eb98d1f13cbb6198ed52e36c2924)) -* test deploy ([4bae297](https://github.com/allnnde/get_last_deployment/commit/4bae297db4cdcd2ac5e861c2354a20dd0c6d9678)) - - - diff --git a/package.json b/package.json index 594d023..3c69051 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "get-last-deployment", - "version": "0.2.0", + "version": "0.2.1", "description": "GitHub Action to get last deployment.", "scripts": { "build": "npm run clean && tsc --project tsconfig.json",