From 371cb86f9942cc15fbede7c42c7092ba52431db2 Mon Sep 17 00:00:00 2001 From: Shan Khan Date: Mon, 22 Jul 2019 16:05:00 +0500 Subject: [PATCH] #965 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f63a1d30..709e0409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ [![Version](https://vsmarketplacebadge.apphb.com/version/Shan.code-settings-sync.svg)](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync) [![Travis](https://img.shields.io/travis/rust-lang/rust.svg)](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync) [![Master course](https://img.shields.io/badge/Supported%20by-VSCode%20Power%20User%20Course%20%E2%86%92-gray.svg?colorA=444444&colorB=4F44D6)](https://t.co/8BEMyhpKU5?amp=1) -#### v3.4.1 - July 18, 2019 +#### v3.4.1 - July 22, 2019 * Turn off notifications on code startup [#959](https://github.com/shanalikhan/code-settings-sync/issues/959) - Thanks for PR [#960](https://github.com/shanalikhan/code-settings-sync/pull/960) by [@arnohovhannisyan](https://github.com/arnohovhannisyan) * Chinese Translation Improved - Thanks for PR [#966](https://github.com/shanalikhan/code-settings-sync/pull/966) by [@linsui](https://github.com/linsui) and [#961](https://github.com/shanalikhan/code-settings-sync/pull/961) by [@ziofat](https://github.com/ziofat) diff --git a/package.json b/package.json index d79244f8..85f5d06a 100644 --- a/package.json +++ b/package.json @@ -187,7 +187,7 @@ "fs-extra": "^8.0.1", "https-proxy-agent": "^2.2.1", "lockfile": "^1.0.4", - "lodash": "^4.17.11", + "lodash": "^4.17.15", "node-fetch": "^2.5.0", "recursive-readdir": "^2.2.2", "temp": "^0.9.0",