From a8c415b6a093e276cecbdeb1c9d21497aac96e10 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 30 Jul 2021 06:46:06 +0000 Subject: [PATCH] chore: release version 1.0.2 ## [1.0.2](https://github.com/OmarTawfik/vscat/compare/v1.0.1...v1.0.2) (2021-07-30) ### Bug Fixes * only include relevant files in npm package (closes [#9](https://github.com/OmarTawfik/vscat/issues/9)) ([a1fbea1](https://github.com/OmarTawfik/vscat/commit/a1fbea1f073585872dd143a0a877777e075df68d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1691a27..e6fcd3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/OmarTawfik/vscat/compare/v1.0.1...v1.0.2) (2021-07-30) + + +### Bug Fixes + +* only include relevant files in npm package (closes [#9](https://github.com/OmarTawfik/vscat/issues/9)) ([a1fbea1](https://github.com/OmarTawfik/vscat/commit/a1fbea1f073585872dd143a0a877777e075df68d)) + ## [1.0.1](https://github.com/OmarTawfik/vscat/compare/v1.0.0...v1.0.1) (2021-07-29) diff --git a/package.json b/package.json index 4d039ea..27b3fbe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscat", "description": "Bringing VS Code syntax highlighting to the terminal!", - "version": "1.0.1", + "version": "1.0.2", "private": false, "repository": "https://github.com/OmarTawfik/vscat", "author": "Omar Tawfik <15987992+OmarTawfik@users.noreply.github.com>",