diff --git a/CHANGELOG.md b/CHANGELOG.md index eac50dd..e177945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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.19](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.18...v1.0.19) + +- fix: 🐛 fix typo [`504b516`](https://github.com/danielpinto8zz6/c-cpp-compile-run/commit/504b51646edf6a21efd856f4e474b0569ffdf194) + #### [v1.0.18](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.17...v1.0.18) +> 15 October 2022 + +- chore: 🤖 release v1.0.18 [`33902a4`](https://github.com/danielpinto8zz6/c-cpp-compile-run/commit/33902a4d5706901dd509875a3a9632b7928d20de) + #### [v1.0.17](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.16...v1.0.17) > 15 October 2022 diff --git a/package-lock.json b/package-lock.json index 3f93cab..ed6f01d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "c-cpp-compile-run", - "version": "1.0.18", + "version": "1.0.19", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "c-cpp-compile-run", - "version": "1.0.18", + "version": "1.0.19", "license": "GPL-3.0", "dependencies": { "@types/fs-extra": "^9.0.13", diff --git a/package.json b/package.json index 824e7f1..0c6d45b 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.18", + "version": "1.0.19", "publisher": "danielpinto8zz6", "icon": "resources/logo.png", "engines": {