diff --git a/CHANGELOG.md b/CHANGELOG.md index ff2e1e4..a420169 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.54](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.53...v1.0.54) + +- chore: 🤖 update ci/cd actions [`#349`](https://github.com/danielpinto8zz6/c-cpp-compile-run/pull/349) + #### [v1.0.53](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.52...v1.0.53) +> 31 January 2024 + +- chore: 🤖 release v1.0.53 [`671618a`](https://github.com/danielpinto8zz6/c-cpp-compile-run/commit/671618a591c4a71d6b975864652caae7dc70dd79) - 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) diff --git a/package-lock.json b/package-lock.json index b3ec894..e0d94a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "c-cpp-compile-run", - "version": "1.0.53", + "version": "1.0.54", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "c-cpp-compile-run", - "version": "1.0.53", + "version": "1.0.54", "license": "GPL-3.0", "dependencies": { "@types/fs-extra": "^11.0.4", diff --git a/package.json b/package.json index 662af32..d04149d 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.53", + "version": "1.0.54", "publisher": "danielpinto8zz6", "author": { "name": "Daniel Pinto",