From 1af6a54402103100a6774066d21559ad9592dbe2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:57:54 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20release=20v1.0.60?= 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 32ac0f1..0c6083d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,17 @@ 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.60](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.59...v1.0.60) + +- ci: 🎡 update vscode engine version [`#365`](https://github.com/danielpinto8zz6/c-cpp-compile-run/pull/365) + #### [v1.0.59](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.58...v1.0.59) +> 22 September 2024 + - feat: 🎸 Add support for linker-flags [`#364`](https://github.com/danielpinto8zz6/c-cpp-compile-run/pull/364) - feat: 🎸 Add support for linker flags [`4e5b508`](https://github.com/danielpinto8zz6/c-cpp-compile-run/commit/4e5b508f261b386d4e013e440a882e2eec9816e9) +- chore: 🤖 release v1.0.59 [`a01d15a`](https://github.com/danielpinto8zz6/c-cpp-compile-run/commit/a01d15a0f880082e1af2c92f73d3989b8864e379) #### [v1.0.58](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.57...v1.0.58) diff --git a/package-lock.json b/package-lock.json index 050d8af..6f8971a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "c-cpp-compile-run", - "version": "1.0.59", + "version": "1.0.60", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "c-cpp-compile-run", - "version": "1.0.59", + "version": "1.0.60", "license": "GPL-3.0", "dependencies": { "@types/fs-extra": "^11.0.4", diff --git a/package.json b/package.json index 7556b89..8d09473 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.59", + "version": "1.0.60", "publisher": "danielpinto8zz6", "author": { "name": "Daniel Pinto",