diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bc78cf..ff2e1e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,19 @@ 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.53](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.52...v1.0.53) + +- chore: 🤖 cleanup [`8d66acf`](https://github.com/danielpinto8zz6/c-cpp-compile-run/commit/8d66acf9a3c39b632c2aaa6c3cf782c2659b526b) + #### [v1.0.52](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.50...v1.0.52) +> 31 January 2024 + - fix: 🐛 fix build [`#348`](https://github.com/danielpinto8zz6/c-cpp-compile-run/pull/348) - feat: 🎸 update deps [`#347`](https://github.com/danielpinto8zz6/c-cpp-compile-run/pull/347) - feat: 🎸 update deps [`#346`](https://github.com/danielpinto8zz6/c-cpp-compile-run/pull/346) - chore: 🤖 release v1.0.51 [`ce87d04`](https://github.com/danielpinto8zz6/c-cpp-compile-run/commit/ce87d04eab84b9698f5a73a5b21f4b149dbfd8a5) +- chore: 🤖 release v1.0.52 [`2323ac7`](https://github.com/danielpinto8zz6/c-cpp-compile-run/commit/2323ac724069237a6352af52b10c755fbaa48622) #### [v1.0.50](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.49...v1.0.50) diff --git a/package-lock.json b/package-lock.json index a565a1b..b3ec894 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "c-cpp-compile-run", - "version": "1.0.52", + "version": "1.0.53", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "c-cpp-compile-run", - "version": "1.0.52", + "version": "1.0.53", "license": "GPL-3.0", "dependencies": { "@types/fs-extra": "^11.0.4", diff --git a/package.json b/package.json index f16294f..662af32 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.52", + "version": "1.0.53", "publisher": "danielpinto8zz6", "author": { "name": "Daniel Pinto",