From 3adbba2cb41f7f412d232f22607a741918e98e8c Mon Sep 17 00:00:00 2001 From: nlm Date: Mon, 20 Jul 2020 11:58:33 +0000 Subject: [PATCH] v4.0.4 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ce9d12..111c975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 4.0.4 - 2020-07-20 + +* chore(deps): bump lodash from 4.17.15 to 4.17.19 - **[@dependabot[bot]](https://github.com/apps/dependabot)** [#45](https://github.com/groupon/shared-store/pull/45) + - [`c468f10`](https://github.com/groupon/shared-store/commit/c468f100a06c19652df78a2179820d039ddbc1bf) **chore:** bump lodash from 4.17.15 to 4.17.19 - see: [4](- [Commits](https://github.com/lodash/lodash/compare/4) + + ### 4.0.3 - 2020-05-10 * refactor: switch to rx-lite packages - **[@aaarichter](https://github.com/aaarichter)** [#44](https://github.com/groupon/shared-store/pull/44) diff --git a/package-lock.json b/package-lock.json index 77bb2a3..e05b832 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "shared-store", - "version": "4.0.3", + "version": "4.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1d96130..451f71e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shared-store", - "version": "4.0.3", + "version": "4.0.4", "description": "Keeping config data in sync", "license": "BSD-3-Clause", "main": "lib/shared-store.js",