From 8390791a33b4ac6999b5d9b29af70be3e931ca8f Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 00:07:29 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20release=20v1.0.54?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff2e1e4..a420169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.0.54](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.53...v1.0.54) + +- chore: 🤖 update ci/cd actions [`#349`](https://github.com/danielpinto8zz6/c-cpp-compile-run/pull/349) + #### [v1.0.53](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.52...v1.0.53) +> 31 January 2024 + +- chore: 🤖 release v1.0.53 [`671618a`](https://github.com/danielpinto8zz6/c-cpp-compile-run/commit/671618a591c4a71d6b975864652caae7dc70dd79) - chore: 🤖 cleanup [`8d66acf`](https://github.com/danielpinto8zz6/c-cpp-compile-run/commit/8d66acf9a3c39b632c2aaa6c3cf782c2659b526b) #### [v1.0.52](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.50...v1.0.52) diff --git a/package-lock.json b/package-lock.json index b3ec894..e0d94a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "c-cpp-compile-run", - "version": "1.0.53", + "version": "1.0.54", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "c-cpp-compile-run", - "version": "1.0.53", + "version": "1.0.54", "license": "GPL-3.0", "dependencies": { "@types/fs-extra": "^11.0.4", diff --git a/package.json b/package.json index 662af32..d04149d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c-cpp-compile-run", "displayName": "C/C++ Compile Run", "description": "Compile & Run single c/c++ files easly", - "version": "1.0.53", + "version": "1.0.54", "publisher": "danielpinto8zz6", "author": { "name": "Daniel Pinto",