From 9b9bda39a45a21327418efa9f159251bd3821316 Mon Sep 17 00:00:00 2001 From: phcurado Date: Tue, 28 Jun 2022 10:46:24 +0300 Subject: [PATCH] bump version --- package-lock.json | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 761c514..ed3344b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@heathmont/money", - "version": "2.4.16", + "version": "2.4.17", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -812,9 +812,9 @@ } }, "@heathmont/money-config": { - "version": "2.3.12", - "resolved": "https://registry.npmjs.org/@heathmont/money-config/-/money-config-2.3.12.tgz", - "integrity": "sha512-E2pGoBPcqPrqdq9zrHCfSdp8y8u7nYWsbGkRXHA/WvE2XBuAGrobC256nvhDv5dMLbU5fg5ePBDI59uwrmBqdQ==" + "version": "2.3.13", + "resolved": "https://registry.npmjs.org/@heathmont/money-config/-/money-config-2.3.13.tgz", + "integrity": "sha512-OaZeVXfynXcJE//SElY8DFEHiajnhqskC4ZvdJiOqfK6zqKZl9DNEsWlyj9xiAe/TZIa0WIPSEIZuaHxzOf8tA==" }, "@istanbuljs/load-nyc-config": { "version": "1.0.0", diff --git a/package.json b/package.json index 32bc93d..a38700e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@heathmont/money", - "version": "2.4.16", + "version": "2.4.17", "author": "Reio Piller", "contributors": [ "Margus Lamp" @@ -16,7 +16,7 @@ "node": ">=8" }, "dependencies": { - "@heathmont/money-config": "2.3.12" + "@heathmont/money-config": "2.3.13" }, "devDependencies": { "@types/jest": "^25.2.1",