From 8615d52b2e58fa2d7e181ba23dfff14a6e09f688 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Jun 2023 00:50:18 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20release=20v1.0.46?= 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 c4de706..baba4a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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.46](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.45...v1.0.46) + +- feat: 🎸 compiler: set flags first [`#320`](https://github.com/danielpinto8zz6/c-cpp-compile-run/pull/320) + #### [v1.0.45](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.44...v1.0.45) +> 12 May 2023 + - chore(deps): bump vm2 from 3.9.11 to 3.9.17 [`#324`](https://github.com/danielpinto8zz6/c-cpp-compile-run/pull/324) +- chore: 🤖 release v1.0.45 [`ec547e4`](https://github.com/danielpinto8zz6/c-cpp-compile-run/commit/ec547e4042e59981785db51379edca9701ee243d) #### [v1.0.44](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.43...v1.0.44) diff --git a/package-lock.json b/package-lock.json index 87ba6f9..bde7820 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "c-cpp-compile-run", - "version": "1.0.45", + "version": "1.0.46", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "c-cpp-compile-run", - "version": "1.0.45", + "version": "1.0.46", "license": "GPL-3.0", "dependencies": { "@types/fs-extra": "^11.0.1", diff --git a/package.json b/package.json index 320418f..df9fe85 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.45", + "version": "1.0.46", "publisher": "danielpinto8zz6", "author": { "name": "Daniel Pinto",