From 91085738fbd27138dc510069d663e013e81af1eb Mon Sep 17 00:00:00 2001 From: Alex Brazier Date: Fri, 24 Jun 2022 09:56:26 +0100 Subject: [PATCH] chore: release 1.0.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e31e716..218a035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.2](https://github.com/alexbrazier/simple-update-notifier/compare/v1.0.1...v1.0.2) (2022-06-24) + +Add bordered box around update notification + ## [1.0.1](https://github.com/alexbrazier/simple-update-notifier/compare/v1.0.0...v1.0.1) (2022-06-24) Fix writing to cache and build for cjs diff --git a/package.json b/package.json index 3d7ec54..3ac40f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-update-notifier", - "version": "1.0.1", + "version": "1.0.2", "description": "Simple update notifier to check for npm updates for cli applications", "main": "build/index.js", "types": "build/index.d.ts",