From 9170d1edc0294ea285ab706b63266a1081537845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Fri, 13 Dec 2019 10:38:39 +0100 Subject: [PATCH] 6.2.2 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 822b58f..db91289 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## 6.2.2 - unreleased -* Update minimum required version of `detective` +## 6.2.2 - 2019-12-13 +* Update minimum required version of `detective` [#161](https://github.com/browserify/module-deps/pull/161) ## 6.2.1 - 2019-05-24 * Update minimum required version of `cached-path-relative` [#155](https://github.com/browserify/module-deps/pull/155) diff --git a/package.json b/package.json index 1ebc09f..f61040d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "module-deps", - "version": "6.2.1", + "version": "6.2.2", "description": "walk the dependency graph to generate json output that can be fed into browser-pack", "main": "index.js", "bin": {