diff --git a/CHANGELOG.md b/CHANGELOG.md index fe51ed5..eac50dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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.18](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.17...v1.0.18) + #### [v1.0.17](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.16...v1.0.17) +> 15 October 2022 + +- chore: 🤖 release v1.0.17 [`885f292`](https://github.com/danielpinto8zz6/c-cpp-compile-run/commit/885f292f9bc2adf672ca636e01ac6282e9984ea6) + #### [v1.0.16](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.15...v1.0.16) > 15 October 2022 diff --git a/package-lock.json b/package-lock.json index 2e131a5..3f93cab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "c-cpp-compile-run", - "version": "1.0.17", + "version": "1.0.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "c-cpp-compile-run", - "version": "1.0.17", + "version": "1.0.18", "license": "GPL-3.0", "dependencies": { "@types/fs-extra": "^9.0.13", diff --git a/package.json b/package.json index addfb86..824e7f1 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.17", + "version": "1.0.18", "publisher": "danielpinto8zz6", "icon": "resources/logo.png", "engines": {