From 26a7b0183fde655d970a65d6247ff22c754a691c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 28 Nov 2020 00:02:50 +0000 Subject: [PATCH] chore(release): 5.0.2 [skip ci] --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 356c151..37c39a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.2](https://github.com/atom-minimap/minimap-find-and-replace/compare/v5.0.1...v5.0.2) (2020-11-28) + + +### Bug Fixes + +* add activation hook ([fc56a6e](https://github.com/atom-minimap/minimap-find-and-replace/commit/fc56a6e80cf3d358b2d890a8d354da2906d50051)) + ## [5.0.1](https://github.com/atom-minimap/minimap-find-and-replace/compare/v5.0.0...v5.0.1) (2020-11-26) diff --git a/package-lock.json b/package-lock.json index 043607d..61d8657 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "minimap-find-and-replace", - "version": "5.0.1", + "version": "5.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b44399a..8c4ab28 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "minimap-find-and-replace", "main": "./lib/minimap-find-and-replace", - "version": "5.0.1", + "version": "5.0.2", "description": "Minimap bindings for the find and replace package", "author": "Cédric Néhémie ", "repository": "https://github.com/atom-minimap/minimap-find-and-replace",