From 9f8c303c91998e8404a911dc11c54029812bca69 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Mon, 25 Jan 2021 18:54:55 +0000 Subject: [PATCH] chore(release): 4.1.2 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 959875e..e44d953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [4.1.2](https://github.com/moxystudio/node-proper-lockfile/compare/v4.1.1...v4.1.2) (2021-01-25) + + +### Bug Fixes + +* fix node 14 updating graceful-fs ([#102](https://github.com/moxystudio/node-proper-lockfile/issues/102)) ([b0d988e](https://github.com/moxystudio/node-proper-lockfile/commit/b0d988e)) + + + ## [4.1.1](https://github.com/moxystudio/node-proper-lockfile/compare/v4.1.0...v4.1.1) (2019-04-03) diff --git a/package-lock.json b/package-lock.json index 7d23124..dbafeb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "proper-lockfile", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ac4122e..b74750c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "proper-lockfile", - "version": "4.1.1", + "version": "4.1.2", "description": "A inter-process and inter-machine lockfile utility that works on a local or network file system", "keywords": [ "lock",