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",