diff --git a/CHANGELOG.md b/CHANGELOG.md index b911666..df262bd 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.57](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.56...v1.0.57) + +- fix: 🐛 Attemp to fix wsl error [`b04e499`](https://github.com/danielpinto8zz6/c-cpp-compile-run/commit/b04e499b715f3bd209cd65397fc36598498308aa) + #### [v1.0.56](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.55...v1.0.56) +> 4 February 2024 + +- chore: 🤖 release v1.0.56 [`9b3507f`](https://github.com/danielpinto8zz6/c-cpp-compile-run/commit/9b3507f9f6cbf8f10a5af4df58aab6a18c4d98b4) - fix: 🐛 Fix wsl [`9b81aeb`](https://github.com/danielpinto8zz6/c-cpp-compile-run/commit/9b81aeb4220cdf79c91f4214ce2147fee2337db1) #### [v1.0.55](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.54...v1.0.55) diff --git a/package-lock.json b/package-lock.json index 41d703d..93a7a88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "c-cpp-compile-run", - "version": "1.0.56", + "version": "1.0.57", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "c-cpp-compile-run", - "version": "1.0.56", + "version": "1.0.57", "license": "GPL-3.0", "dependencies": { "@types/fs-extra": "^11.0.4", diff --git a/package.json b/package.json index bdbc958..562de10 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.56", + "version": "1.0.57", "publisher": "danielpinto8zz6", "author": { "name": "Daniel Pinto",