diff --git a/CHANGELOG.md b/CHANGELOG.md index a420169..556af13 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.55](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.54...v1.0.55) + +- fix: 🐛 Fix slow compilation on windows with temporary workaroun [`#350`](https://github.com/danielpinto8zz6/c-cpp-compile-run/pull/350) + #### [v1.0.54](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.53...v1.0.54) +> 31 January 2024 + - chore: 🤖 update ci/cd actions [`#349`](https://github.com/danielpinto8zz6/c-cpp-compile-run/pull/349) +- chore: 🤖 release v1.0.54 [`8390791`](https://github.com/danielpinto8zz6/c-cpp-compile-run/commit/8390791a33b4ac6999b5d9b29af70be3e931ca8f) #### [v1.0.53](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.52...v1.0.53) diff --git a/package-lock.json b/package-lock.json index e0d94a8..fcb9b3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "c-cpp-compile-run", - "version": "1.0.54", + "version": "1.0.55", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "c-cpp-compile-run", - "version": "1.0.54", + "version": "1.0.55", "license": "GPL-3.0", "dependencies": { "@types/fs-extra": "^11.0.4", diff --git a/package.json b/package.json index d04149d..d693df4 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.54", + "version": "1.0.55", "publisher": "danielpinto8zz6", "author": { "name": "Daniel Pinto",