diff --git a/CHANGELOG.md b/CHANGELOG.md index 329c4e4..fe51ed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,12 @@ 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.17](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.16...v1.0.17) + #### [v1.0.16](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.15...v1.0.16) +> 15 October 2022 + - chore(deps): bump terser from 5.8.0 to 5.14.2 [`#278`](https://github.com/danielpinto8zz6/c-cpp-compile-run/pull/278) - chore(deps): bump parse-url from 6.0.0 to 6.0.2 [`#276`](https://github.com/danielpinto8zz6/c-cpp-compile-run/pull/276) - feat: 🎸 Add run icon in editor title menu [`#277`](https://github.com/danielpinto8zz6/c-cpp-compile-run/pull/277) diff --git a/package-lock.json b/package-lock.json index 55510c0..2e131a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "c-cpp-compile-run", - "version": "1.0.16", + "version": "1.0.17", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "c-cpp-compile-run", - "version": "1.0.16", + "version": "1.0.17", "license": "GPL-3.0", "dependencies": { "@types/fs-extra": "^9.0.13", diff --git a/package.json b/package.json index 93b688f..addfb86 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.16", + "version": "1.0.17", "publisher": "danielpinto8zz6", "icon": "resources/logo.png", "engines": {