diff --git a/CHANGELOG.md b/CHANGELOG.md index 6842a2b..f4b2415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +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.30](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.29...v1.0.30) + +- chore(deps): bump cacheable-request from 10.2.1 to 10.2.7 [`#301`](https://github.com/danielpinto8zz6/c-cpp-compile-run/pull/301) + #### [v1.0.29](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.28...v1.0.29) +> 3 February 2023 + - chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 [`#300`](https://github.com/danielpinto8zz6/c-cpp-compile-run/pull/300) +- chore: 🤖 release v1.0.29 [`e4e9e43`](https://github.com/danielpinto8zz6/c-cpp-compile-run/commit/e4e9e43db589ab11eb8bf0f7dc1fcef7d083cc58) #### [v1.0.28](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.27...v1.0.28) diff --git a/package-lock.json b/package-lock.json index c1d4153..e382959 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "c-cpp-compile-run", - "version": "1.0.29", + "version": "1.0.30", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "c-cpp-compile-run", - "version": "1.0.29", + "version": "1.0.30", "license": "GPL-3.0", "dependencies": { "@types/fs-extra": "^11.0.1", diff --git a/package.json b/package.json index b257d9b..d459fa8 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.29", + "version": "1.0.30", "publisher": "danielpinto8zz6", "author": { "name": "Daniel Pinto",