From 8e2664d0d46f6ad333864955867bf51573a364b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 23:00:30 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20release=20v1.0.50?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fabb06..1bf1990 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.50](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.49...v1.0.50) + +- docs: ✏️ improve documentation [`#334`](https://github.com/danielpinto8zz6/c-cpp-compile-run/pull/334) + #### [v1.0.49](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.48...v1.0.49) +> 19 July 2023 + - chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 [`#330`](https://github.com/danielpinto8zz6/c-cpp-compile-run/pull/330) +- chore: 🤖 release v1.0.49 [`8e06c28`](https://github.com/danielpinto8zz6/c-cpp-compile-run/commit/8e06c2827d1e75639122ab0175a30652656fb020) #### [v1.0.48](https://github.com/danielpinto8zz6/c-cpp-compile-run/compare/v1.0.47...v1.0.48) diff --git a/package-lock.json b/package-lock.json index af432d3..6f314bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "c-cpp-compile-run", - "version": "1.0.49", + "version": "1.0.50", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "c-cpp-compile-run", - "version": "1.0.49", + "version": "1.0.50", "license": "GPL-3.0", "dependencies": { "@types/fs-extra": "^11.0.1", diff --git a/package.json b/package.json index f252c19..7104661 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.49", + "version": "1.0.50", "publisher": "danielpinto8zz6", "author": { "name": "Daniel Pinto",