From 35a650471c96e765b1b523941a548fe296dca0da Mon Sep 17 00:00:00 2001 From: Stuart Thomson Date: Mon, 25 Apr 2022 09:59:51 +1200 Subject: [PATCH] v1.0.1 --- CHANGELOG.md | 16 ++++++++-------- package-lock.json | 1 + package.json | 1 + 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4bcb7e..2236ea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,17 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - + + + + + + ## [Unreleased](https://github.com/s-thom/linkdrop/compare/v1.0.0...HEAD) +## [1.0.1](https://github.com/s-thom/linkdrop/releases/tag/v1.0.1) - 2022-04-25 + ### Added - Tags are highlighted when searching, so it's easier to see why a particular link is included in the results. diff --git a/package-lock.json b/package-lock.json index 120123e..98f2f47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,6 @@ { "name": "linkdrop-d071", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 0bb0d6b..27008b3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "linkdrop-d071", + "version": "1.0.1", "private": true, "description": "", "license": "",