diff --git a/CHANGELOG.md b/CHANGELOG.md index fd0879b..5b521de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,18 @@ 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.47](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.46...v1.0.47) +#### [v1.0.48](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.47...v1.0.48) +- Notification not showing in file (path with spaces) [`#329`](https://github.com/danielpinto8zz6/c-cpp-compile-run/pull/329) - chore(deps): bump vm2 from 3.9.17 to 3.9.19 [`#326`](https://github.com/danielpinto8zz6/c-cpp-compile-run/pull/326) +- chore: 🤖 release v1.0.47 [`df4b638`](https://github.com/danielpinto8zz6/c-cpp-compile-run/commit/df4b638d09dbd2d1e6fe4521cda058358c53957b) +- fixed notification not showing in file [`0deb396`](https://github.com/danielpinto8zz6/c-cpp-compile-run/commit/0deb3968c7e533beead9021e76cfe8ab6da164ec) + +#### [v1.0.47](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.46...v1.0.47) + +> 24 June 2023 + +- chore: 🤖 release v1.0.47 [`9b82ad1`](https://github.com/danielpinto8zz6/c-cpp-compile-run/commit/9b82ad137661d26643572104da714bd93829cd63) - Create SECURITY.md [`0652f5b`](https://github.com/danielpinto8zz6/c-cpp-compile-run/commit/0652f5b73cf6d7dd9adb59312014813e0c081f77) #### [v1.0.46](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.45...v1.0.46) diff --git a/package-lock.json b/package-lock.json index bf7dbc6..47cd078 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "c-cpp-compile-run", - "version": "1.0.47", + "version": "1.0.48", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "c-cpp-compile-run", - "version": "1.0.47", + "version": "1.0.48", "license": "GPL-3.0", "dependencies": { "@types/fs-extra": "^11.0.1", diff --git a/package.json b/package.json index d4186a6..7dd93af 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.47", + "version": "1.0.48", "publisher": "danielpinto8zz6", "author": { "name": "Daniel Pinto",